diff --git a/include/functions.php b/include/functions.php index a26ea6fca..9b5661383 100644 --- a/include/functions.php +++ b/include/functions.php @@ -578,7 +578,7 @@ $git_commit = $commit; $git_timestamp = $timestamp; - $ttrss_version['version'] = strftime("%y.%m", $timestamp) . "-$commit"; + $ttrss_version['version'] = strftime("%y.%m", (int)$timestamp) . "-$commit"; $ttrss_version['commit'] = $commit; $ttrss_version['timestamp'] = $timestamp; }