check_is_utc: Check that a date-time is in the UTC time zone, and return...

Description Usage Arguments Value Examples

View source: R/time_dimensions.R

Description

Check that a date-time is in the UTC time zone, and return the date time offset 'zero'

Usage

1

Arguments

d

an object coercible to a POSIXct

Value

a character, the time zone offset string '+0000'

Examples

1
2
start_time <- ISOdate(year=2010, month=08, day=01, hour = 12, min = 0, sec = 0, tz = 'UTC')
check_is_utc(d=start_time)

efts documentation built on May 2, 2019, 3:39 p.m.