mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
Replace deprecated strftime
This commit is contained in:
@@ -359,7 +359,7 @@ class Config {
|
||||
|
||||
if ($check == "version") {
|
||||
|
||||
$rv["version"] = strftime("%y.%m", (int)$timestamp) . "-$commit";
|
||||
$rv["version"] = date("y.m", (int)$timestamp) . "-$commit";
|
||||
$rv["commit"] = $commit;
|
||||
$rv["timestamp"] = $timestamp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user