Skip to content

Commit

Permalink
Fix max theorical date in the README (#65)
Browse files Browse the repository at this point in the history
From what I understood in my tests and in #9, the max possible base32 timestamp is `7ZZZZZZZZZ`. Consequently, the current max year in the README is wrong.
  • Loading branch information
fancyweb authored Jan 27, 2021
1 parent 62a36b9 commit e7ac4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Below is the current specification of ULID as implemented in this repository.
**Timestamp**
- 48 bits
- UNIX-time in milliseconds
- Won't run out of space till the year 10895 AD
- Won't run out of space till the year 10889 AD

**Entropy**
- 80 bits
Expand Down

0 comments on commit e7ac4de

Please sign in to comment.