Learn R Programming

QuantTools (version 0.5.7.1)

to_UTC: Convert time zone to 'UTC' without changing value

Description

Convert time zone to 'UTC' without changing value

Usage

to_UTC(x)

Arguments

x

POSIXct vector

Examples

Run this code
# NOT RUN {
Sys.time()
to_UTC( Sys.time() )

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab