We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb615db commit e09a67bCopy full SHA for e09a67b
1 file changed
src/index.ts
@@ -1,5 +1,5 @@
1
export class Snowflake {
2
- private static readonly EPOCH = 1690815600000n;
+ private static readonly EPOCH = 1288834974657n;
3
private static readonly WORKER_ID_BITS = 10n;
4
private static readonly SEQUENCE_BITS = 12n;
5
0 commit comments