maproulette / maproulette-backend

MapRoulette back-end / API
Apache License 2.0
50 stars 38 forks source link

exporting CSV using UI is impossible - timezone is always invalid #822

Open matkoniecz opened 4 years ago

matkoniecz commented 4 years ago

I have, apparently unremovable, option to select timezone. And apparently every timezone is invalid

https://maproulette.org/api/v2/challenge/13921/tasks/extract?status=0,1,2,3,4,5,6,9&priority=0,1,2&reviewStatus=0,1,2,3,4,5,-1&invf=&timezone=+01:00

workaround: remove timezone from URL

nrotstan commented 4 years ago

Thanks for reporting this, @matkoniecz . It looks to be affecting positive timezone offsets. It will be fixed by PR osmlab/maproulette3#1333

You can reset back to UTC (which was always used prior to this latest release) by selecting (UTC) Universal Coordinated Time from the timezone dropdown, and I think that will at least fix the error without you having to manually modify the URL.