Michael,
Timeline should handle timezone information. Did you set
date-time-format="iso8601" in the root element of your XML file?
The parsing code is here:
http://simile.mit.edu/timeline/api/scripts/util/date-time.js
If you have FireBug, you can try evaluating this at the FireBug console
after loading some web page that embeds Timeline:
Timeline.DateTime.parseIso8601DateTime("2007-03-23T09:58:99+05:00")
See if that gives the right date/time.
David
Michael McDougall wrote:
> Does Timeline handle timezone information in ISO 8601 dates?
>
> My Timeline shows the following 3 events at the same place on the timeline:
>
> <event start="2007-03-23T09:58:00-05:00" title="A" >
> A</event>
> <event start="2007-03-23T09:58:00Z" title="B" >
> B</event>
> <event start="2007-03-23T09:58:00+05:00" title="C" >
> C</event>
>
> Should I put this in JIRA?
>
> Michael
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general
>
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general