Skip to content

Commit d42f5e6

Browse files
committed
Ticket page visible from 11 AM
1 parent a4e1aa3 commit d42f5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/conference.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const date = zonedTimeToUtc(staticDate, tz)
2323
const endDate = add(date, { hours: 12 })
2424
const currentInstance = 2026
2525
const firstInstance = 2024
26-
const registrationOpenFrom = zonedTimeToUtc('2025-07-15T12:00:00', tz)
27-
const registrationOpenWave2From = zonedTimeToUtc('2025-10-01T12:00:00', tz)
26+
const registrationOpenFrom = zonedTimeToUtc('2025-07-15T11:00:00', tz)
27+
const registrationOpenWave2From = zonedTimeToUtc('2025-10-01T11:00:00', tz)
2828
const registrationOpenUntil = null
2929
const presentationSubmissionsOpenFrom = zonedTimeToUtc('2025-07-30T12:00:00', tz)
3030
const presentationSubmissionsOpenUntil = zonedTimeToUtc('2025-09-30T23:59:59', tz)

0 commit comments

Comments
 (0)