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 #1390 LocalDateTime string serialization #1391

Closed
wants to merge 2 commits into from

Commits on Jan 18, 2019

  1. Stop tethering LocalDateTime to current zone on serialization

    This removes the tethering of passed in `LocalDateTime` objects to the current time zone. Instead it tethers it to the UTC offset only for purposes of code reuse.
    
    Tethering it to UTC at least guarantees the value won’t be changed during serialization as it sometimes is when tething to the current time zone.
    kdubb committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    b2e149e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Configuration menu
    Copy the full SHA
    306e287 View commit details
    Browse the repository at this point in the history