for Timestamp Web Safe
Obtains a stringifier for IDs based on Timestamp
s.
The stringifier replaces colons in time part of a string representation of a timestamp.
For example, the following string:
"1973-01-01T23:59:59.999999999Z"
Content copied to clipboard
"1973-01-01T23-59-59.999999999Z"
Content copied to clipboard
This stringifier can be convenient for storing IDs based on Timestamp
s.