so `new Date('2023-07-15 23:40 GMT-0400')` is valid in chrome and node.js, but not in firefox. this causes firefox to incorrectly request my api for commits since 1970-01-01. sveltekit didnt prerender that because it didnt crawl and find 1970-01-01 as it uses node.js, so firefox gets a 404. bam
so `new Date('2023-07-15 23:40 GMT-0400')` is valid in chrome and node.js, but not in firefox. this causes firefox to incorrectly request my api for commits since 1970-01-01. sveltekit didnt prerender that because it didnt crawl and find 1970-01-01 as it uses node.js, so firefox gets a 404. bam