Skip to content

Commit

Permalink
oct-2082: epoch 6 milestones
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikolajczyk committed Oct 22, 2024
1 parent 29ef5e8 commit 21767aa
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions client/src/constants/milestones.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,36 @@ export default function getMilestones(): Milestone[] {
id: 'e6-epoch-starts',
label: i18n.t('views.projects.projectsTimelineWidget.epochStarts', { epoch: 'Six' }),
},
// 2024-10-27 timezone changes from UTC+00200 to UTC+00100.
{
from: new Date('2024-11-18T17:00:00+0100'),
id: 'e6-applications-open',
label: i18n.t('views.projects.projectsTimelineWidget.applicationsOpen'),
to: new Date('2024-12-05T23:59:00+0100'),
},
{
from: new Date('2024-12-10T23:59:00+0100'),
id: 'e6-project-updates-close',
label: i18n.t('views.projects.projectsTimelineWidget.projectUpdatesClose'),
},
{
from: new Date('2024-12-12T17:00:00+0100'),
id: 'e6-snapshot-vote',
label: i18n.t('views.projects.projectsTimelineWidget.snapshotVote'),
shouldUseThirdPersonSingularVerb: true,
to: new Date('2024-12-17T23:59:00+0100'),
},
{
from: new Date('2025-01-11T17:00:00+0100'),
id: 'e6-allocation-window',
label: i18n.t('views.projects.projectsTimelineWidget.allocationWindow'),
shouldUseThirdPersonSingularVerb: true,
to: new Date('2025-01-25T17:00:00+0100'),
},
{
from: new Date('2025-01-11T17:00:00+0100'),
id: 'e7-epoch-starts',
label: i18n.t('views.projects.projectsTimelineWidget.epochStarts', { epoch: 'Seven' }),
},
];
}

0 comments on commit 21767aa

Please sign in to comment.