[Bps-public-commit] Net-Google-Code branch, issues-api, updated. 3167033dfcb514451b6cde20a1b69aa62ec54bd1
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sat Oct 17 00:38:57 EDT 2009
The branch, issues-api has been updated
via 3167033dfcb514451b6cde20a1b69aa62ec54bd1 (commit)
from 5d0846c56932c1ff2dbbac2de2011df2ffeca0c6 (commit)
Summary of changes:
lib/Net/Google/Code/DateTime.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 3167033dfcb514451b6cde20a1b69aa62ec54bd1
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Oct 17 12:38:47 2009 +0800
US/Pacific seems more right
diff --git a/lib/Net/Google/Code/DateTime.pm b/lib/Net/Google/Code/DateTime.pm
index baec9a7..32c864b 100644
--- a/lib/Net/Google/Code/DateTime.pm
+++ b/lib/Net/Google/Code/DateTime.pm
@@ -37,7 +37,7 @@ sub new_from_string {
hour => $h,
minute => $m,
second => $s,
- time_zone => 'America/Los_Angeles', # google's time zone
+ time_zone => 'US/Pacific', # google's time zone
);
$date->set_time_zone( 'UTC' );
return $date;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list