mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Merge branch 'main' of github.com:hackclub/site
This commit is contained in:
commit
e731505e41
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { ensureAuthed } from '../login/test'
|
|||
import { DateTime } from 'luxon'
|
||||
|
||||
export default async function handler(req, res) {
|
||||
const deadline = DateTime.fromISO('2024-08-27T20:59:59', {
|
||||
const deadline = DateTime.fromISO('2024-08-27T23:59:59', {
|
||||
zone: 'America/New_York'
|
||||
})
|
||||
const now = DateTime.now().setZone('America/New_York')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue