lib: removed the zone offset from the static time zone table names
commitcdd87d6e8913b4bb185be513df48266ab5fec32d
authorChris Frey <cdfrey@foursquare.net>
Thu, 15 Mar 2012 15:49:44 +0000 (15 11:49 -0400)
committerChris Frey <cdfrey@foursquare.net>
Thu, 15 Mar 2012 15:49:44 +0000 (15 11:49 -0400)
tree14792790b47e976e4324777569712308b834e2a4
parent18c257d70fca2ae917c5932cfa8decb691507325
lib: removed the zone offset from the static time zone table names

TimeZone::GetDescription() does this for us when using TimeZones.
The data is there for the application to add it manually if still using
the static time zone table.  Unfortunately, these clash, so the static
table gets changed.
src/time.cc