diff options
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/aur.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc index e7aaa1f6..430666c8 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -5,6 +5,8 @@ header('Cache-Control: no-cache, must-revalidate'); header('Expires: Tue, 11 Oct 1988 22:00:00 GMT'); // quite a special day header('Pragma: no-cache'); +date_default_timezone_set('UTC'); + include_once('translator.inc'); set_lang(); |