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

handle timestamps mismatched system error, CRM-12523/CRM-18062/CRM-19115 #3

Merged
merged 2 commits into from
Aug 23, 2019

Conversation

mecachisenros
Copy link

Overview

Prevents System.check API returning a false error that my PHP and MySQL timestamps are mismatched.

Before

System.check calls return an error on environments with mismatched PHP-MySQL timezones.

Timestamps reported by MySQL (eg \"2019-08-23 11:06\") and PHP (eg \"2019-08-23 10:06\" ) are mismatched.

After

System.check does not return a false error.

@mecachisenros
Copy link
Author

Forgot to reference civicrm/civicrm-core#13220 and civicrm#160

@christianwach christianwach merged commit 6667d91 into christianwach:evolution Aug 23, 2019
@christianwach
Copy link
Owner

Thanks @mecachisenros

@mecachisenros mecachisenros deleted the timezones branch August 23, 2019 11:36
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.

2 participants