summaryrefslogtreecommitdiff
path: root/classes/rssutils.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-02-05 11:50:02 +0300
committerAndrew Dolgov <[email protected]>2022-02-05 11:50:02 +0300
commit079f6dfdd0a26e9ba68aff6f05072d1720f6a6af (patch)
tree233198f22220c7d91d396cccfe8e052197145d9a /classes/rssutils.php
parent6738f5c86beb841e30548dafaed45fc2850f619d (diff)
parenta7d6ead956784152423b3bae75b46631f5f108c4 (diff)
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
Diffstat (limited to 'classes/rssutils.php')
-rwxr-xr-xclasses/rssutils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rssutils.php b/classes/rssutils.php
index 6f1d52c05..d7284a7bc 100755
--- a/classes/rssutils.php
+++ b/classes/rssutils.php
@@ -921,7 +921,7 @@ class RSSUtils {
$entry_timestamp = time();
}
- $entry_timestamp_fmt = strftime("%Y/%m/%d %H:%M:%S", $entry_timestamp);
+ $entry_timestamp_fmt = date("Y/m/d H:i:s", $entry_timestamp);
Debug::log("date: $entry_timestamp ($entry_timestamp_fmt)", Debug::LOG_VERBOSE);
Debug::log("num_comments: $num_comments", Debug::LOG_VERBOSE);