search for: tp2968940p2990987

Displaying 1 result from an estimated 1 matches for "tp2968940p2990987".

2010 Oct 08
2
Time OffSet From GMT - Losing it
Losing time offset from GMT: > sTime = as.POSIXct(paste("2008-03-03","09:30:01"), origin="1970-01-01") > sTime [1] "2008-03-03 09:30:01 EST" <---- 9.31am EST > sTime [1] 1204554601 > t = as.numeric(sTime) > as.POSIXct(t, origin="1970-01-01") [1] "2008-03-03 14:30:01 EST" <----- no tz option and t is sTime + 5