Re: 'date' and 'time'

2008-08-19 Thread rand
Andrei, (date) gives the local date and notes the local time internally (date T) gives the UTC date and notes the UTC time internally (time) gives the local time (time T) gives the UTC time at the time of the last call to 'date The idea being, that this gives a synchronized UTC date and time

Re: 'date' and 'time'

2008-08-19 Thread Alexander Burger
a combination of both, e.g.: (cons (date T) (time T)) # Timestamp as a cons pair or (+ (* 86400 (date T)) (time T)) # Number of seconds since March, anno domini 0 Cheers, - Alex -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]