M-Media-Group / Covid-19-API

This is the code running in AWS Lambda powering covid-api.mmediagroup.fr/v1. The API provides realtime and historical data on Coronavirus COVID-19 confirmed cases, deaths, and recovered cases. This API has now been called over 40 million times, thank you!
https://covid-api.mmediagroup.fr/v1/cases
GNU Affero General Public License v3.0
399 stars 30 forks source link

Inconsistend Date Formats #35

Open xoxoedg opened 2 years ago

xoxoedg commented 2 years ago

Hi,

i found that the Date Formats on Vaccines and Cases Endpoint are different.

Vaccines: "2021/12/25 00:00:00+00"

Cases: "2021-12-25 04:21:37"

I dont know if this is relevant for you, but just wanted to let you knows.

e.g. (Vaccines) image

e.g.(Cases) image

mwargan commented 2 years ago

Good catch, I'll probably standardise this in the near future, but it could have large knock-on effects to people already using this API and used to these date formats (so t those, subscribe to notifications to this issue for updates).

xoxoedg commented 2 years ago

Hi do you have any news regarding those changes