Hi Graham, The script in the state it was before your following changes worked ok all this week, (except for the few hours after the daylight-saving-time change last Sunday as mentioned), and it also works with your following changes. I'll be sticking with the earlier version though, as I find the wait with connecting to the nist clock very annoying. REBOL scripts should not take many seconds to get going! :)
Many thanks, -- Carl Read. On Sunday, 26-September-2010 at 13:31:57 Graham Chiu wrote, >Hi Carl > >Try this > >In the S3 tools, change now-gmt to > >now-gmt: func [ t ][ t: t - t/zone t/zone: 0:00 t ] > >run ladislav's nist tools > >do http://www.fm.tul.cz/~ladislav/rebol/nistclock.r > >and then change all occurrences of now-gmt to now-gmt nist-corrected-time > >On Sun, Sep 26, 2010 at 12:55 PM, Graham Chiu <[email protected]> wrote: > >> Carl >> >> If it is any consolation to you, R3 shows the timezone as +13 even as R2 >> shows it as +12 :( >> >> I always set the time to NIST time in my applications before I do anything >> else. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
