···2525// -> "3l25zusnsfck2"
2626```
27272828+on Node.js, `TID.now()` relies on the system's real-time clock for microsecond precision where
2929+available, falling back to millisecond precision otherwise.
3030+3131+`TID.now()` is not monotonic — TIDs must track wall clock time, so if the clock is adjusted
3232+backward, the generated TIDs will follow. within a single process, rapid successive calls that
3333+observe the same timestamp will increment instead of reusing it to avoid collisions.
3434+2835### parsing TIDs
29363037```ts