You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that dates are always parsed in TimeZone.getDefault(). I was going to add a configuration option that allows a user of OpenReplicator to set the TimeZone when parsing the binlog. Have you thought much about this? Do you think it's a good idea? I think it's needed but wanted to double check before submitting a pull request.
Also, I think it's necessary to always parse timestamps in UTC since MySQL converts from the local timezone to UTC an save and update.
Please let me know if you agree with my thoughts and I'll do the work.
The text was updated successfully, but these errors were encountered:
I noticed that dates are always parsed in TimeZone.getDefault(). I was going to add a configuration option that allows a user of OpenReplicator to set the TimeZone when parsing the binlog. Have you thought much about this? Do you think it's a good idea? I think it's needed but wanted to double check before submitting a pull request.
Also, I think it's necessary to always parse timestamps in UTC since MySQL converts from the local timezone to UTC an save and update.
Please let me know if you agree with my thoughts and I'll do the work.
The text was updated successfully, but these errors were encountered: