powered by
Convert RSEIS date list to a cmpatable date/time for calculating dates and times with base R codes.
j2posix(timeinput)
POSIX compatable date time structure.
RSEIS date-time list
Jonathan M. Lees<jonathan.lees@unc.edu>
Code here converts to posix, but works only down to the second, i.e. fractions of a second are dropped.
recdate, recdatel, dateList, dateStamp, filedatetime, rangedatetime, yeardate, Zdate, as.POSIXct
yr = 2014 j = 233.1234 A = convertATT(j, yr) j2posix(A) ### note fractional seconds are truncated.
Run the code above in your browser using DataLab