get_utc_time: get_utc_time

Description Usage Arguments Value

View source: R/f_ssimparser.R

Description

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

Usage

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


ssimparser documentation built on Jan. 12, 2022, 1:06 a.m.