Dalimil / Eventbrite-Tools

Eventbrite bot for securing tickets and getting all hidden ticket information. :robot: :stopwatch: :tickets:
Other
123 stars 26 forks source link

Use field with datestamp in UTC for sales dates #7

Closed MeanderingCode closed 5 years ago

MeanderingCode commented 5 years ago

The field currently in use for reporting sales start and end is erroneously including the UTC timezone indicator Z. It is not in fact in UTC, but localized.

This change uses the keys which are actually in UTC in order to properly report the dates.

Dalimil commented 5 years ago

@MeanderingCode Awesome, thanks :-)