Skip to contents

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".

Examples

now_ms() # something like "2022-06-30, 07:14:26.82 CEST"
#> [1] "2023-08-28 12:47:46.47 UTC"