get_utc_time {ssimparser} | R Documentation |
Get UTC date and time from SSIM local date time and offset.
get_utc_time(pdate = "27NOV20", ptime = "0000", poffset = "+0000")
pdate |
Local date formatted as %d%b%y" (eg 27NOV20). |
ptime |
Local time formatted %H%M (eg 1345 for 13:45). |
poffset |
UTC offset (+0130 for +01:30). |
A "POSIXct" or the description of a conversion problem as a character vector.