Elliott Hughes 4a05bef4c0 Cache the most-recently used timezone for mktime_tz and localtime_tz.
Normally, the C library implicitly caches your timezone by virtue
of the fact that the prehistoric API assumes a single timezone for
the entire process.

The unfortunate mktime_tz and localtime_tz extensions work around
this, but represent timezones as strings to their callers, so code
that makes heavy use of these needs a cache to be able to perform
acceptably until it can hopefully one day be rewritten to use
java.util.Calendar or icu4c.

Bug: 8270865
Change-Id: I92e3964e86dc33ceac925f819cc5e26ff4203f50
2013-03-11 17:17:02 -07:00
..
2013-03-06 15:03:53 -08:00
2013-02-20 12:47:58 -08:00
2013-02-25 13:14:31 -08:00
2012-11-29 11:53:33 -08:00
2012-12-04 15:27:30 -08:00
2013-03-07 11:51:10 -08:00
2013-03-11 09:41:45 -07:00
2013-03-07 11:51:10 -08:00
2013-03-07 11:51:10 -08:00