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

Determine the users timezone and then return correct times for their location #897

Open
tjenkinson opened this issue Sep 9, 2016 · 1 comment

Comments

@tjenkinson
Copy link
Member

The time in the player is correct because this is calculated in javascript from a unix timestamp.
The times everywhere else though come from the server and therefore use the servers timezone.

Need to figure out a way to determine the users timezone when a request comes in and then set the timezone for the request in php with date_default_timezone_set()

@tjenkinson
Copy link
Member Author

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

No branches or pull requests

1 participant