Skip to content

Commit

Permalink
set Berlin timestamp for columbus (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-c4t authored Nov 20, 2024
1 parent e94d848 commit 010aca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ var (

// TODO @evlekht update this before release
BerlinPhaseTimes = map[uint32]time.Time{
constants.KopernikusID: time.Date(2024, time.November, 15, 10, 0, 0, 0, time.UTC),
constants.ColumbusID: time.Date(2024, time.November, 15, 10, 0, 0, 0, time.UTC),
constants.KopernikusID: time.Date(2024, time.November, 28, 10, 0, 0, 0, time.UTC),
constants.ColumbusID: time.Date(2024, time.November, 28, 10, 0, 0, 0, time.UTC),
constants.CaminoID: unreachableFutureTime,
}

Expand Down

0 comments on commit 010aca5

Please sign in to comment.