Commit:    d518a6a76e347636432deb6f415f411dbcd780f0
Author:    Alexander Moskaliov <ir...@php.net>         Thu, 22 Mar 2012 
17:57:26 +0400
Parents:   5a963dbc6c3ef0a08d18ec51bcc795645dc4c8a0
Branches:  master

Link:       
http://git.php.net/?p=karma.git;a=commitdiff;h=d518a6a76e347636432deb6f415f411dbcd780f0

Log:
fix timezone

Changed paths:
  M  hooks/post-receive.bugsweb


Diff:
d518a6a76e347636432deb6f415f411dbcd780f0
diff --git a/hooks/post-receive.bugsweb b/hooks/post-receive.bugsweb
index 030997c..cc91c4a 100755
--- a/hooks/post-receive.bugsweb
+++ b/hooks/post-receive.bugsweb
@@ -11,6 +11,7 @@ set_include_path(
     getenv('KARMA_LIB_PATH') ?: LIB_PATH .
     PATH_SEPARATOR .
     get_include_path());
+date_default_timezone_set('UTC');
 
 include 'Git.php';
 include 'Git/PushInformation.php';


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to