Skip to content

Commit

Permalink
test(vote): update time for test
Browse files Browse the repository at this point in the history
  • Loading branch information
wrzrmzx committed Dec 28, 2023
1 parent 01af025 commit a73e99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/data/time.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Strat Time: 2023/12/29 18:00:00 UTC+8
// Notice that month start at "0", not "1", so January is "0"
export const startTime = new Date(2023, 11, 29, 18).getTime()
export const startTime = new Date(2022, 11, 29, 18).getTime()
// Deadline: 2024/1/15 00:00:00 UTC+8
// Notice that month start at "0", not "1", so January is "0"
export const deadline = new Date(2024, 0, 15).getTime()
Expand Down

0 comments on commit a73e99d

Please sign in to comment.