R/matlab_to_posix.R
matlab_to_posix.Rd
Small function to convert Matlab datenum to POSIX time
matlab_to_posix(x, timez = "UTC")
column with Matlab datenum
time zone to be used
A vector of POSIXct
http://lukemiller.org/index.php/2011/02/converting-matlab-and-r-date-and-time-values/
matlab_to_posix(c(737182.4)) #> [1] "2018-05-02 09:36:00 UTC"