FuelRats / pipsqueak

ED Fuel rats IRC bot
Other
13 stars 14 forks source link

Fix createdAt and updatedAt ISO string violation #237

Closed UncleClapton closed 6 years ago

UncleClapton commented 6 years ago

An ISO8601 datetime string is expected to have either +00:00 or Z appended to the end to mark it the time is UTC. I opted to replace +00:00 with Z here to stay consistent with other datetime strings provided by the API.