[Webkit-unassigned] [Bug 83583] test-webkitpy fails on metered_stream_unittest for non-US West Coast Time Zones

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 11 07:43:32 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=83583





--- Comment #9 from Simon Pena <spena at igalia.com>  2012-04-11 07:43:32 PST ---
Just FTR, while this doesn't work:

 os.environ['TZ'] = 'UTC+8'
 time.tzset()

if you do this:

 os.putenv('TZ', 'UTC+8')

in the metered_stream_unittest, it works.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list