Skip to content
Prev 58956 / 398502 Next

RODBC & POSIX & Daylight Saving blues

On Fri, 12 Nov 2004 16:27:41 +0000, Bernie McConnell
<bm8 at st-andrews.ac.uk> wrote :
I think you probably want to use as.is=TRUE when you retrieve the
results, then use the date conversion functions to specify the time
zone explicitly, e.g. asPOSIXct(x, tz='GMT'). 

Duncan Murdoch