# HG changeset patch # User Matti Hamalainen # Date 1483844990 -7200 # Node ID 5763716060a05ed9dd256f269ec8cbaf8f8c510a # Parent 8efbb045d44d85f50901beff75d2bd045e4d9cd2 feeds: Use utl_ctime for formatting a message timestamp. diff -r 8efbb045d44d -r 5763716060a0 feeds.tcl --- 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 }