Find the offset from UTC at a particular date/time in a particular time zone
Source:R/olson.R
tz_offset.Rd
Find the offset from UTC at a particular date/time in a particular time zone
Arguments
- dt
Date
,POSIXt
or date-like character string- tz
A time zone name from
base::OlsonNames()
. Not required ifdt
is aPOSIXt
object with a time zone component.