We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37baac1 + 90e0361 commit 18f36edCopy full SHA for 18f36ed
1 file changed
x/rewards/migrations/v2/migrate.go
@@ -18,8 +18,8 @@ import (
18
)
19
20
var (
21
- AIRDROP_START_TIME = time.Date(2023, 9, 16, 0, 0, 0, 0, time.Now().Local().Location())
22
- AIRDROP_END_TIME = time.Date(2023, 11, 16, 0, 0, 0, 0, time.Now().Local().Location())
+ AIRDROP_START_TIME = time.Date(2023, 9, 16, 0, 0, 0, 0, time.UTC)
+ AIRDROP_END_TIME = time.Date(2023, 11, 16, 0, 0, 0, 0, time.UTC)
23
24
25
type Migrator struct {
0 commit comments