Carsten Dominik <[email protected]> writes:
> You system assumes, if I see that correctly (have not studied it yet),
> that not more that one ID will be created per second. Or do you have
> something in place that will catch this, for example if someone uses
> the mapping API to assign IDs to a whole bunch of entries in a short
> time?
That's a good point. It might not be officially ISO8601 anymore, but
sub-second precision could be added (from format-time-string):
%N is the nanosecond, %6N the microsecond, %3N the millisecond, etc.
I guess it's not possible for multiple entries to be created in a single
nanosecond. :)