stri_datetime_now: Get Current Date and Time¶
Description¶
Returns the current date and time.
Usage¶
stri_datetime_now()
Details¶
The current date and time in stringi is represented as the (signed) number of seconds since 1970-01-01 00:00:00 UTC. UTC leap seconds are ignored.
Value¶
Returns an object of class POSIXct
.