tz_offset: Find the offset from UTC at a particular date/time in a...

View source: R/olson.R

tz_offsetR 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

Date, POSIXt or date-like character string

tz

A time zone name from base::OlsonNames(). Not required if dt is a POSIXt object with a time zone component.

Value

a one-row data frame with details of the time zone

Examples

tz_offset("2018-06-12", "America/Moncton")

lutz documentation built on Oct. 18, 2023, 1:17 a.m.