From 72e21f89ce2465fafc08a92dc2d216b55f355f28 Mon Sep 17 00:00:00 2001 From: David Edler Date: Tue, 30 Nov 2021 22:07:11 +0100 Subject: replace strftime with date --- classes/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/config.php') diff --git a/classes/config.php b/classes/config.php index 4c8d79ac8..11d2a1bb7 100644 --- a/classes/config.php +++ b/classes/config.php @@ -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; -- cgit v1.2.3