Skip to content

Commit

Permalink
fix(dates): canonical dates
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMagpie committed Mar 4, 2024
1 parent 749fdca commit c3b8865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/common/script/content/appearance/sets.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default prefill({
pastelHairColors: { setPrice: 5, availableUntil: '2016-01-01' },
rainbowHairColors: { setPrice: 5, text: t('rainbowColors') },
shimmerHairColors: {
setPrice: 5, availableFrom: '2024-04-166T08:00-05:00', availableUntil: EVENTS.spring2024.end, text: t('shimmerColors'),
setPrice: 5, availableFrom: '2024-04-16T08:00-05:00', availableUntil: EVENTS.spring2024.end, text: t('shimmerColors'),
},
hauntedHairColors: {
setPrice: 5, availableFrom: '2023-10-03T08:00-04:00', availableUntil: EVENTS.fall2023.end, text: t('hauntedColors'),
Expand Down
2 changes: 1 addition & 1 deletion website/common/script/content/spells.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ spells.special = {
previousPurchase: true,
target: 'user',
notes: t('spellSpecialShinySeedNotes'),
event: EVENTS.spring2023,
event: EVENTS.spring2024,
canOwn () {
return moment().isBetween('2024-04-18T08:00-05:00', EVENTS.spring2024.end);
},
Expand Down

0 comments on commit c3b8865

Please sign in to comment.