mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:55:55 +00:00
base if-modified-since on last received article, not feed update timestamp
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user