From: Andrew Dolgov Date: Wed, 24 Apr 2013 04:56:37 +0000 (+0400) Subject: get_version: force UTC X-Git-Tag: 1.7.9~25^2~106 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=50d4b30b338bae62fd3eb8692ba6b9b6e8e53f26;p=tt-rss.git get_version: force UTC --- diff --git a/include/version.php b/include/version.php index 07b6c4a0..4d088a2b 100644 --- a/include/version.php +++ b/include/version.php @@ -2,6 +2,7 @@ define('VERSION_STATIC', '1.7.8'); function get_version() { + date_default_timezone_set('UTC'); $root_dir = dirname(dirname(__FILE__)); if (is_dir("$root_dir/.git") && file_exists("$root_dir/.git/ORIG_HEAD")) {