now_ms {toscutil}R Documentation

Get Current Date and Time as string

Description

now_ms returns current system time as string of the form "YYYY-MM-DD hh:mm:ss.XX TZ", where XX means "milliseconds" and TZ means "timezone".

Usage

now_ms()

Value

Current system time as string of the form "YYYY-MM-DD hh:mm:ss.XX TZ", where XX means "milliseconds" and TZ means "timezone".

See Also

now(), Sys.time(), format.POSIXct()

Examples

now_ms() # something like "2022-06-30, 07:14:26.82 CEST"

[Package toscutil version 2.7.4 Index]