4 ms·
This is cool, I was looking for something like this! What is the best place to report issues? Is there a git repository? It looks like the "weekday-number" game
by Armavica 3y ago
This is cool, I was looking for something like this! What is the best place to report issues? Is there a git repository? It looks like the "weekday-number" game is broken: https://whattheday.com/practice/weekday-number https://whattheday.com/practice/weekday-number (I am entering the answers that are just under it and it says wrong every time).
- kiledal 3y agoThe Git repository is private for now, might open it up soon. An issue related to incorrect handling of time zones has been fixed just now. The issue here was related to not always using date.getUTCDay() and date.getUTCDate(). Very annoying issue that I wouldn't have spotted if it wasn't reported given that I sit in UTC+0 myself. Sorry for the inconvenience caused, and again thanks for reporting.