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

Deprecate usage of the Date<Tz> type #851

Merged
merged 4 commits into from Nov 9, 2022
Merged

Deprecate usage of the Date<Tz> type #851

merged 4 commits into from Nov 9, 2022

Commits on Nov 9, 2022

  1. Copy the full SHA
    b3e8cce View commit details
    Browse the repository at this point in the history
  2. Add TimeZone::with_ymd_and_hms() helper method

    We don't add `with_yo_and_hms()` and `with_isoywd_and_hms()` here,
    instead recommending users can use `from_local_datetime()` with
    a separately constructed `NaiveDateTime`.
    djc committed Nov 9, 2022
    Copy the full SHA
    430cd49 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c8a0d69 View commit details
    Browse the repository at this point in the history
  4. Avoid use of deprecated API

    djc committed Nov 9, 2022
    Copy the full SHA
    57cd4ef View commit details
    Browse the repository at this point in the history