You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2021. It is now read-only.
Not sure the status of the locale db but just noticed that months are being ordered with a string sort rather than a numeric sort. Also, days of the week are ordered based on string sort rather than the canonical ordering.
The text was updated successfully, but these errors were encountered:
This is a regression I recently introduced when trying to keep the unnecessary file changes to a minimum. I'm pretty sure I know what the issue is and it shouldn't take me long to fix.
Done, thanks for the kick up the backside ;-) It's a quick and dirty fix, relying on the predictable iteration order for properties in V8, so something a little more robust might be required in the future if I get time and don't forget about it, but it shouldn't break any time soon and it's no worse than it was before I broke it.
Not sure the status of the locale db but just noticed that months are being ordered with a string sort rather than a numeric sort. Also, days of the week are ordered based on string sort rather than the canonical ordering.
The text was updated successfully, but these errors were encountered: