localTime: Compute Local Time from Coordinated Universal Time (UTC/GMT).

View source: R/utc.R

localTimeR Documentation

Compute Local Time from Coordinated Universal Time (UTC/GMT).

Description

Compute Local Time from Coordinated Universal Time (UTC/GMT).

Usage

localTime(date = "2021-1-1", time = "12:00", tz = Sys.timezone())

Arguments

date

Character. Date "yyyy-mm-dd".

time

Character. Local time "hh:mm" or "hh:mm:ss".

tz

Character. Local time zone. See OlsonNames() or use Sys.timezone().


packageRank documentation built on Nov. 10, 2023, 1:07 a.m.