fromUTC: fromUTC

Description Usage Arguments Value Examples

Description

Returns local time from UTC time

Usage

1
fromUTC(utctime, timeformat = "%Y-%m-%d %H:%M:%S")

Arguments

utctime

POSIXct UTC time

timeformat

string format of local time, by default it will be "%Y-%m-%d %H:%M:%S"

Value

localtime POSIXct local time

Examples

1
 fromUTC( as.POSIXct("1991-06-29 05:27:25", tz = "UTC") )

utc documentation built on May 2, 2019, 7:45 a.m.

Related to fromUTC in utc...