Hi,
Is there any appetite for a human readable timestamp version of ULID? I've got a project where that's important so I changed the timestamp base32 into a ISO 8601 like time format, for example:
"20250812T134014620ZP1V7N6WPTRQQ3RER".
The first portion to and including the Z is an ISO 8601 inspired timestamp down to msec in UTC.
I think it has the same properties as the normal ULID, but is human readable.
Thoughts?
Hi,
Is there any appetite for a human readable timestamp version of ULID? I've got a project where that's important so I changed the timestamp base32 into a ISO 8601 like time format, for example:
"20250812T134014620ZP1V7N6WPTRQQ3RER".
The first portion to and including the Z is an ISO 8601 inspired timestamp down to msec in UTC.
I think it has the same properties as the normal ULID, but is human readable.
Thoughts?