- Update copy of WHEJAC meetings (#1521)

- make all events one day ahead to account for timezones
- update
This commit is contained in:
Vim 2022-03-31 15:11:43 -04:00 committed by GitHub
commit bc1aad4608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 11 deletions

View file

@ -36,6 +36,7 @@ const PublicEvent = ({event}:IPublicEvent) => {
const isEventExpired = new Date() > event.DATE;
console.log('event and date: ', event.NAME, event.DATE, isEventExpired);
return (
<CollectionItem
variantComponent={