This class to provide date-time services
create required date format
date string
This method get server time stamp
getServerTimestamp();
Strips a Date or date-string to seconds precision.
"2025-01-01T12:34:56.789Z" to "2025-01-01T12:34:56Z"
The date value to convert.
The ISO string truncated to seconds.
Generated using TypeDoc
This class to provide date-time services