base if-modified-since on last received article, not feed update timestamp

This commit is contained in:
Andrew Dolgov
2013-04-25 18:42:48 +04:00
parent 90a372f51d
commit 90e5f4f1de
3 changed files with 12 additions and 7 deletions

View File

@@ -855,6 +855,8 @@
global $utc_tz;
global $tz_offset;
$timestamp = substr($timestamp, 0, 19);
# We store date in UTC internally
$dt = new DateTime($timestamp, $utc_tz);