# HG changeset patch # User Matti Hamalainen # Date 1483928350 -7200 # Node ID 5edaebbbb7f220dc6a5389134c683773e4d520f2 # Parent 366324c417d85a02d698ab7eca01f7aacaa2986a feeds: Also show UNIX timestamp along with translated timestamp. diff -r 366324c417d8 -r 5edaebbbb7f2 feeds.tcl --- a/feeds.tcl Mon Jan 09 04:10:36 2017 +0200 +++ b/feeds.tcl Mon Jan 09 04:19:10 2017 +0200 @@ -104,7 +104,7 @@ if {$nresult > $feeds_sync_limit} { feeds_log "$nresult new entries, probably unsynchronized. Ignoring." } else { - feeds_log "$nresult new entries since [utl_ctime $oldtime] .." + feeds_log "$nresult new entries since $oldtime ( [utl_ctime $oldtime] ) .." feeds_dbh eval $usql { feeds_msg $utime $ufeed $uurl $utitle }