You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iso8601basic nanosecond precision timestamp format + uuid
iso8601basic + uuid
YYYYMMDDTHHMMSSnnnnnnnnnZuuid
4 YYYY Year (4 digits)
2 MM Month (2 digits, 01-12)
2 DD Day of the month (2 digits, 01-31)
1 T Separator between date and time
2 HH Hour (2 digits, 00-24)
2 MM Minutes (2 digits, 00-59)
2 SS Seconds (2 digits, 00-60)
9 nnnnnnnnn Nanoseconds (9 digits)
1 Z Time zone designator (Z for UTC, +/-HHMM for offset from UTC)
32 uuid 128-bit UUID (Universal Unique Identifier)
Example output:
20231220T092700921579500Z6a598740ac3e4f75b32ed23f096bcbc2
╭─ iso8601basic ╮
YYYYMMDDTHHMMSSnnnnnnnnnZ uuid
╭──╮╭╮╭╮│╭╮╭╮╭╮╭───────╮│╭──────────────────────────────╮
20231220T092700921579500Z6a598740ac3e4f75b32ed23f096bcbc2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters