|
|
Reported by igazit,
Jun 21, 2009
Currently, the time_zone value returned is not a standard Olson timezone
identifier (http://en.wikipedia.org/wiki/Zoneinfo), which is a shame.
I'm aware that I can compute proper localized times using the utc_offset
value, but having a specific Olson TZID would let me use one of the many
Olson libraries to perform more advanced manipulations and comparisons "for
free". There are Olson timezone manipulation libraries for practically
every language under the sun, and they all use the same underlying database
of TZID's.
It's not a large change, also not an urgent one, but it would:
* make my life as an API consumer that much easier
* be a lovely nod towards standards
* allow application developers to leverage existing Olson libraries to
easily manipulate timestamps returned by the twitter API.
Seems like low-hanging fruit!
|