changeset 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 8efbb045d44d
children 124b97f5a19d
files feeds.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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
     }