Skip to content
Prev 18082 / 398502 Next

a R question

Hello Jes?s,

The numeric value is the differnece since 1970 1.Jan at one a clock in
th morning
you can see that with 
Sys.time()-as.numeric(Sys.time())

This information ypu can use to transform your numeric value
strptime("1970-01-01 01:00:00 MET",format='%Y-%m-%d %H:%M:%S
%Z')+995752800

gruess

jeorg
Jes?s Fern?ndez G?lvez wrote: