commandocoding / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

TIMELINE. Lost event #172

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I added an event to the example1.xml :

<event
        start="Aug 16 2006 00:00:00 GMT"
        title="Back from Beijing"
        link="http://www.cems.uwe.ac.uk/wiki/"
        >
        Time to wiki
    </event>

but it is not rendered .

However moving the date forward to Aug 17 it appears!

[Submitted by Chris Wallace on simile.mit.edu] 

David F. Huynh - 17/Mar/07 05:59 PM
When it is midnight at GMT, what time is it at your place? :) This seems to
be a time zone problem. Try putting in exact time zone as in this example
XML file

http://simile.mit.edu/timeline/examples/jfk/jfk.xml

Note a lot of GMT-0600. And then make sure that your time line's bands are
in the time zone you want. See the source code of

http://simile.mit.edu/timeline/examples/jfk/jfk.html

Search for "timeZone" to see how that's set.
[ Show » ]
David F. Huynh - 17/Mar/07 05:59 PM When it is midnight at GMT, what time
is it at your place? :) This seems to be a time zone problem. Try putting
in exact time zone as in this example XML file
http://simile.mit.edu/timeline/examples/jfk/jfk.xml Note a lot of GMT-0600.
And then make sure that your time line's bands are in the time zone you
want. See the source code of
http://simile.mit.edu/timeline/examples/jfk/jfk.html Search for "timeZone"
to see how that's set.

[ Permlink | « Hide ]
David F. Huynh - 17/Mar/07 06:06 PM
Oops, maybe I spoke too soon. The default time zone is indeed GMT if not
specified. Check if your bands are configured with different time zones.
[ Show » ]
David F. Huynh - 17/Mar/07 06:06 PM Oops, maybe I spoke too soon. The
default time zone is indeed GMT if not specified. Check if your bands are
configured with different time zones.

[ Permlink | « Hide ]
Chris Wallace - 17/Mar/07 06:23 PM
I'm in GMT (Bristol UK)

How odd - in fact I cant replicate the fault tonight :-(

[ Show » ]
Chris Wallace - 17/Mar/07 06:23 PM I'm in GMT (Bristol UK) How odd - in
fact I cant replicate the fault tonight :-(

[ Permlink | « Hide ]
Chris Wallace - 17/Mar/07 06:33 PM
Ahha, I can now - with the narrow band in the example of 150 px. The added
event fails to be rendered because it is placed below the bottom of the band.

Original issue reported on code.google.com by GabrielR...@googlemail.com on 6 Apr 2009 at 2:09

GoogleCodeExporter commented 9 years ago

Original comment by GabrielR...@googlemail.com on 7 Apr 2009 at 2:52