datameet / covid19

Novel Corona Virus - COVID-19 India Datasets by DataMeet. Sunsetted on 2022-10-21. Will not update anymore.
https://projects.datameet.org/covid19/
Other
121 stars 110 forks source link

Fix date format for 2020-11-09 cases data #34

Closed thejeshgn closed 3 years ago

thejeshgn commented 3 years ago

Check @jishnupdas project.

https://github.com/jishnupdas/Covid-19-IND/blob/master/data_update.sh#L9

Currently for 2020-11-09 report_time is of the format 2020-11-09T08-00-00-00+05-30, it should be 2020-11-09T08:00:00.00+05:30

thejeshgn commented 3 years ago

Fixed and pushed.