tz_offset {lutz} | R Documentation |
Find the offset from UTC at a particular date/time in a particular time zone
Description
Find the offset from UTC at a particular date/time in a particular time zone
Usage
tz_offset(dt, tz = "")
Arguments
dt |
|
tz |
A time zone name from |
Value
a one-row data frame with details of the time zone
Examples
tz_offset("2018-06-12", "America/Moncton")
[Package lutz version 0.3.2 Index]