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

Add support for datetime with timezone #1079

Closed
wants to merge 10 commits into from

Commits on Oct 18, 2020

  1. Add support for all databases

    alsofr committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    3dff4b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    380b69f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Configuration menu
    Copy the full SHA
    dd562fb View commit details
    Browse the repository at this point in the history
  2. Fix tests

    alsofr committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    2423df2 View commit details
    Browse the repository at this point in the history
  3. Add more jodatime tests

    alsofr committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    a218fe6 View commit details
    Browse the repository at this point in the history
  4. Add java-time default tests

    alsofr committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    2b3eee6 View commit details
    Browse the repository at this point in the history
  5. try to debug online error

    alsofr committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    9fdb81b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    aa6e673 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c67cb View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. Fix the timezone format issue

    Replaced the lower case HH:mm (meaning optional minutes) with upper
    case HH:MM and another optional timezone of format +HH
    alsofr committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    6a520f1 View commit details
    Browse the repository at this point in the history