diff feeds.tcl @ 431:5763716060a0

feeds: Use utl_ctime for formatting a message timestamp.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Jan 2017 05:09:50 +0200
parents e5810c52d376
children 2484f438b7d3
line wrap: on
line diff
--- a/feeds.tcl	Sun Jan 08 05:08:38 2017 +0200
+++ b/feeds.tcl	Sun Jan 08 05:09:50 2017 +0200
@@ -108,7 +108,7 @@
   if {$nresult > $feeds_sync_limit} {
     feeds_log "$nresult new entries, probably unsynchronized. Ignoring."
   } else {
-    feeds_log "$nresult new entries since $oldtime .."
+    feeds_log "$nresult new entries since [utl_ctime $oldtime] .."
     feeds_dbh eval $usql {
       feeds_msg $utime $ufeed $uurl $utitle
     }