Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time zone? #11

Closed
asteelebush opened this issue Sep 14, 2021 · 3 comments · Fixed by #16
Closed

Time zone? #11

asteelebush opened this issue Sep 14, 2021 · 3 comments · Fixed by #16

Comments

@asteelebush
Copy link

What is the time zone of the wait time data? Trying to convert it to central time.

'80010170': {'name': "Mickey's PhilharMagic",
'status': 'Operating',
'wait_time': 10,
'last_updated': datetime.datetime(2021, 9, 14, 13, 18, 18, 801000),
'entityType': 'Attraction'},

@scaratozzolo
Copy link
Owner

The time zone should be the local time of the destination. So Disney World is EST and Disneyland is PST.

@asteelebush
Copy link
Author

that's what i expected, but looks like the above is saying the wait time was last updated at 13:18 PST (disneyland). The time in disneyland right now is 9:19...

@scaratozzolo
Copy link
Owner

That is weird but if that's what's being reported than that's what's being reported. When I have some more time I'll look into it and make sure it's actually the correct time zone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants