From cfd6fae95a9d389709359f4fe7b34cc890b1156a Mon Sep 17 00:00:00 2001 From: Thomas Calvet Date: Wed, 27 Jan 2021 19:40:08 +0100 Subject: [PATCH] Fix max theorical date in the README From what I understood in my tests and in https://github.com/oklog/ulid/issues/9, the max possible base32 timestamp is `7ZZZZZZZZZ`. Consequently, the current max year in the README is wrong. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d73630a..2fdfa66 100644 --- a/README.md +++ b/README.md @@ -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