mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +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: '',
|
npcImageSuffix: '',
|
||||||
},
|
},
|
||||||
aprilFools2023: {
|
aprilFools2023: {
|
||||||
start: '2023-04-01T08:00-05:00',
|
start: '2023-04-01T08:00-04:00',
|
||||||
end: '2023-04-02T08:00-05:00',
|
end: '2023-04-02T08:00-04:00',
|
||||||
aprilFools: 'teaShop',
|
aprilFools: 'teaShop',
|
||||||
},
|
},
|
||||||
spring2023: {
|
spring2023: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue