1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:35:55 +00:00

Revert "replace strftime with date"

This reverts commit 72e21f89ce.
This commit is contained in:
Andrew Dolgov
2021-12-01 13:37:25 +03:00
parent a72e24343b
commit aaebe55456
3 changed files with 3 additions and 3 deletions

View File

@@ -359,7 +359,7 @@ class Config {
if ($check == "version") {
$rv["version"] = date("Y.m", (int)$timestamp) . "-$commit";
$rv["version"] = date("%y.%m", (int)$timestamp) . "-$commit";
$rv["commit"] = $commit;
$rv["timestamp"] = $timestamp;