Hey there!
This has been bothering me for a while so I decided to try and figure out how to fix it. This is the same bug as these other posts:
It looks like this:

Safari doesn’t accept strings like “2021-01-24 11:43:00” as parameters to the date constructor. But if that space in the middle is a “T” instead then it’s fine. So I put together a gist showing a potential code change to fix the BBS post dates on Safari:
https://gist.github.com/hendotcat/a50d71b114a145f5dd95587ad2dad78b
Here’s the effect of the replace() call in Safari. You can see how addding the “T” in the middle fixes it so that it no longer fails to parse.

And here’s the same two lines of code in Chrome, showing that adding the replace() call doesn’t affect the currently working date parsing there.



How to play
Press x to jump

Press x again to slam

Hold x for more hangtime before a slam

Chain slams to max out the combo bar

About
This is inspired by the no internet dinosaur runner game in the Chrome browser, with a slight Tony Hawk's Pro Skater twist. Instead of avoiding the cactuses, the goal is to skate and destroy. So you keep your combo alive by staying off the ground, and every time you max out the combo bar you get a score bonus and the difficulty ratchets up. Things become quite frantic in the higher levels with the amount of meteors and lava you have to dodge.
.png)

