AtlasOfLivingAustralia / volunteer-portal

DigiVol (Biodiversity Volunteer Portal)
https://volunteer.ala.org.au
17 stars 15 forks source link

Fixed issue where stats download was one day behind #590

Closed cdausmus closed 1 year ago

cdausmus commented 1 year ago

Built in toISOString Date JS function returned the correct format but for UTC/Zulu timezone, which, from Aus perspective, could be a day behind depending on when it was downloaded.

Rather than convert timezone, just take current date, strip and format manually.