f4b6a3 / tsid-creator

A Java library for generating Time-Sorted Unique Identifiers (TSID).
MIT License
475 stars 50 forks source link

Update Tsid.java #29

Closed jakudlaty closed 1 year ago

jakudlaty commented 1 year ago

Actually TSID uses TSID_EPOCH - number of milliseconds since: 2020-01-01T00:00:00.000Z

jakudlaty commented 1 year ago

Hi I think there is a bug in documentation - TSID uses custom epoch as default

fabiolimace commented 1 year ago

I copied and pasted from the Ulid.java.

Thank you @jakudlaty ! 👍🏽

fabiolimace commented 1 year ago

Closed by accident.