Learn R Programming

clock (version 0.7.1)

as-zoned-time-posixt: Convert to a zoned-time from a date-time

Description

This is a POSIXct/POSIXlt method for the as_zoned_time() generic.

Converting from one of R's native date-time classes (POSIXct or POSIXlt) will retain the time zone of that object. There is no zone argument.

Usage

# S3 method for POSIXt
as_zoned_time(x, ...)

Value

A zoned-time.

Arguments

x

[POSIXct / POSIXlt]

A date-time.

...

These dots are for future extensions and must be empty.

Examples

Run this code
x <- as.POSIXct("2019-01-01", tz = "America/New_York")
as_zoned_time(x)

Run the code above in your browser using DataLab