We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d651cb commit dad5dadCopy full SHA for dad5dad
demo/snowflake/snowflake.go
@@ -13,7 +13,7 @@ import (
13
var (
14
// Epoch is set to the twitter snowflake epoch of Nov 04 2010 01:42:54 UTC
15
// You may customize this to set a different epoch for your application.
16
- Epoch int64 = 1288834974657
+ Epoch int64 = 1514736000000 // 20180101
17
18
// Number of bits to use for Node
19
// Remember, you have a total 22 bits to share between Node/Step
0 commit comments