Hacker News new | ask | show | jobs
by Armavica 890 days 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 (I am entering the answers that are just under it and it says wrong every time).
1 comments

The 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.