get_utc_time {ssimparser}R Documentation

get_utc_time

Description

Get UTC date and time from SSIM local date time and offset.

Usage

get_utc_time(pdate = "27NOV20", ptime = "0000", poffset = "+0000")

Arguments

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).

Value

A "POSIXct" or the description of a conversion problem as a character vector.


[Package ssimparser version 0.1.1 Index]