format_POSIXct: Format POSIXct

View source: R/utils.R

format_POSIXctR Documentation

Format POSIXct

Description

Converts a POSIXct double timestamp into a character string much faster than format.POSIXct, with the same output as the method default.

Usage

format_POSIXct(x)

Arguments

x

an object of class ‘POSIXct’.

Value

A character string

Examples

time <- Sys.time()
format(time)
format_POSIXct(time)


ichimoku documentation built on April 4, 2025, 2:24 a.m.