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

RFC 3339 support for both Marshal and Unmarshal. #204

Merged
merged 7 commits into from
Apr 5, 2021

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    f4bf036 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into aren55555/rfc3339/fix

    # Conflicts:
    #	constants.go
    #	models_test.go
    #	request_test.go
    aren55555 committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    5964bfe View commit details
    Browse the repository at this point in the history
  3. Post merge cleanup

    aren55555 committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    6a4c8f0 View commit details
    Browse the repository at this point in the history
  4. Update request_test.go

    Co-authored-by: Quetzy Garcia <[email protected]>
    aren55555 and quetzyg authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    9559676 View commit details
    Browse the repository at this point in the history
  5. Spelling

    aren55555 committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    1886621 View commit details
    Browse the repository at this point in the history
  6. Update request.go

    Co-authored-by: Quetzy Garcia <[email protected]>
    aren55555 and quetzyg authored Apr 5, 2021
    Configuration menu
    Copy the full SHA
    05878cd View commit details
    Browse the repository at this point in the history
  7. Simplify the ISO 8601 logic. No need for the const rfc3339TimeFormat …

    …use time.RFC3339 directly.
    aren55555 committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    97e3c1f View commit details
    Browse the repository at this point in the history