JP,

That's a bug in our iso8601 parsing code--we are not handling negative 
sign in front of the year at the moment. I'll fix that as soon as I get 
a chance. You can fix it yourself by overriding the function 
Timeline.DateTime.setIso8601Date in
    http://simile.mit.edu/timeline/api/scripts/util/date-time.js
to handle initial negative sign.

Hope that helps,

David

JP vd Giessen (FOL) wrote:
> Hi,
>
> I'm struggling about dates BC:
>
> the following works:
>
>  <event start='559 BC'
>         title="Cyrus (Medo-Perzisch) testje"
>         >
>         Cyrus
>         </event>
>
> But a specific time say  1 Nov -559 doesn't work, the same problem I have when
> using it in JSON format:  'start': '-0559-11-01' (using  'dateTimeFormat':
> 'iso8601' )
> What do I wrong??
>
> Jan Pieter van de Giessen
> _______________________________________________
> General mailing list
> [email protected]
> http://simile.mit.edu/mailman/listinfo/general
>   

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to