Skip to content
Prev 155874 / 398506 Next

From time-strings to Unix-Epoche-time?

If you are using POSIXct, just 'unclass' the value:
POSIXct[1:1], format: "2008-09-12 09:00:00"
[1] 1221210000
attr(,"tzone")
[1] ""


On Fri, Sep 12, 2008 at 9:15 AM, Oliver Bandel
<oliver at first.in-berlin.de> wrote: