Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: REBOL time is cool

From: ryan:christiansen:intellisol at: 18-Jun-2001 8:28

Very good point. How can I set the /zone value for 'now to GMT? David Ness <[DNess--Home--C] To: [rebol-list--rebol--com] om> cc: Sent by: Subject: [REBOL] Re: REBOL time is cool rebol-bounce@ rebol.com 06/15/2001 04:46 PM Please respond to rebol-list [ryan--christiansen--intellisol--com] wrote:
> Sometimes I just can't get over how useful REBOL's built-in datatypes
are.
> Take time! for example. I needed to calcuate the time in each of our > corporate offices for a web page. REBOL makes it so EASY and readable... > > Fargo: now > Sydney: Fargo + 15:00 > Melbourne: Fargo + 15:00 > SingaporeCity: Fargo + 13:00 > London: Fargo + 6:00 > > Very cool. >
Since different places shift to `summer time' on different days, it's pretty dangerous to relate times city/city (where you are subject to the vagueries of when both shift). Generally basing times off UTC at least stands the chance of being able to keep your head straight, and only worry about one thing at at time...