lorin / activitygraph

Interactive application for visualizing developer workflow
GNU General Public License v3.0
0 stars 0 forks source link

Specify timezone #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Allow the user to specify a timezone for the data. Currently, ActivityGraph
converts the data to the local time zone, which may not be the time zone
the data was captured in.

We should be able to:

* Specify this an XML data file (so we don't have to do it each time)
* Allow the user to change this at runtime (when we are accessing data from
an external source where we may not be able to specify the timezone) 

Here's a recommendation for the format for the timezeone, use the format
specified in United States Time Zones:

<ActivityGraph timezone="America/New_York">
 ...
</ActivityGraph>

US time zones: http://www.statoids.com/tus.html
Time zone documentation for Java (see the getTimeZone method):
http://java.sun.com/j2se/1.4.2/docs/api/java/util/TimeZone.html

Original issue reported on code.google.com by lorinh on 9 May 2008 at 7:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fully implemented in r17

Original comment by lorinh on 15 Jun 2008 at 4:36