From aaebe55456b34b878b7bcccef021af7f2c8d3a75 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 1 Dec 2021 13:37:25 +0300 Subject: Revert "replace strftime with date" This reverts commit 72e21f89ce2465fafc08a92dc2d216b55f355f28. --- 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 11d2a1bb7..4c8d79ac8 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