mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(tz): dst
This commit is contained in:
parent
7ede3acd01
commit
229ed46425
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ export const EVENTS = {
|
|||
npcImageSuffix: '',
|
||||
},
|
||||
aprilFools2023: {
|
||||
start: '2023-04-01T08:00-05:00',
|
||||
end: '2023-04-02T08:00-05:00',
|
||||
start: '2023-04-01T08:00-04:00',
|
||||
end: '2023-04-02T08:00-04:00',
|
||||
aprilFools: 'teaShop',
|
||||
},
|
||||
spring2023: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue