From 43ffbec4386e1ff8086c60cc009743edf10f9f86 Mon Sep 17 00:00:00 2001 From: Jason Voccia Date: Sat, 12 Oct 2024 11:27:35 -0400 Subject: [PATCH] bug: hack fix to get Nov event back up --- app/components/EventDetails.tsx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/components/EventDetails.tsx b/app/components/EventDetails.tsx index d558bda..ed872fa 100644 --- a/app/components/EventDetails.tsx +++ b/app/components/EventDetails.tsx @@ -46,9 +46,19 @@ export function EventDetails({ ); } catch (ex) { + // Hacky fix to get website back up for some reason + // does not like the date string: 2024-11-14T18:00:00.000-05:00 + // I originally thought it might be the time zone -04 but that + // was not the case. + // after passed to new Date(string) in the + // home page even though this also happens on the + // events page and that is working fine. + // So hard coding for the moment until we + // can locate the reason the _index.tsx page + // is wonky... return (
-

UNKNOWN

+

November 14

{location}