ajhyndman / fire-emblem-working-title

A fledgling project wrangling Fire Emblem: Heroes stats
25 stars 6 forks source link

Prevent OS date formatting from leaking into `stats.json` #121

Closed ajhyndman closed 6 years ago

ajhyndman commented 6 years ago

It looks like the date format currently in stats.json is influenced by OS settings. Look for a way to prevent that from happening.

In the worst case, maybe use timestamps instead of datestrings here?

carsomyr commented 6 years ago
screen shot 2018-02-13 at 2 24 33 pm

These are default settings for English (US). We could just revert ISO 8601, which is the wiki's format.

ajhyndman commented 6 years ago

Yeah, that seems reasonable.

ajhyndman commented 6 years ago

Resolved in #127. Thanks @carsomyr!