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

Fix issue where times are displayed incorrectly in certain areas if php's timezone is different than the system's. #65

Closed
wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 14, 2014

Uses php's date('Z') timezone offset instead of sqlite's 'localtime' modifier to allow for consistent time stamps in the case where php's timezone is different than the system's timezone.

…hp's timezone is different than the system's.
@Arcanemagus
Copy link
Collaborator

@ecleese this PR is still valid and appears to work properly (at least on my system).

@Arcanemagus
Copy link
Collaborator

We should probably allow the user to override the default time zone for those that may have issues accessing their PHP configuration file(#67), but this is a good first step so I'm going to merge it in.

@Arcanemagus
Copy link
Collaborator

Or not, @ghost can you re-submit this against dev instead of master?

@Arcanemagus Arcanemagus closed this Jun 9, 2015
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 this pull request may close these issues.

1 participant