-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
enhancementNew feature or requestNew feature or requestthird party plugin problemThis issue is about supporting a third party pluginThis issue is about supporting a third party plugin
Description
Is your feature request related to a problem? Please describe.
I think it would be nice if all datetime values were stored in the database as UTC and then converted to local, but I don't think that is actually what happens.
To verify this:
- Set up the plugin in WordPress with a default (UTC) timezone. Turn on debug mode.
- Run Salesforce sync tasks
- Change the timezone to something local, ex Chicago.
- Try to run the same Salesforce sync tasks. For example a manual user push/pull from the user profile.
- See a log entry: "Notice: : Did not sync WordPress user with ID of
whateverwith Salesforce Idwhateverbecause the last sync timestamp was greater than the object updated timestamp." - Switch it back to UTC and repeat. Nothing prevents it from happening.
Describe the solution you'd like
I think it would be nice if all datetime values were stored in the database as UTC and then converted to local.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestthird party plugin problemThis issue is about supporting a third party pluginThis issue is about supporting a third party plugin