fw42 / cubecomp

WCA Rubik's Cube competition website hosting
https://cubecomp.de/
MIT License
10 stars 4 forks source link

Fix month off-by-one in public stats #212

Closed fw42 closed 8 years ago

fw42 commented 8 years ago

Fixes https://github.com/fw42/cubecomp/issues/211.

According to this, the JavaScript Date.UTC function wants the month between 0 and 11, but the Ruby Date#month method returns it between 1 and 12.