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

Issue #11648 - Introducing HttpDateTime class. #11672

Merged
merged 6 commits into from
Apr 23, 2024

Commits on Apr 19, 2024

  1. Issue #11648 - Introducing HttpDateTime class.

    + Introduces HTTP (and Cookie) Date/Time parsing
      according to spec algorithms.
    + Introduces formatting according to spec
      mandated preferred RFC 1123 format.
    + Deprecate DateParser
    joakime committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f101889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25c491b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Changes from review

    joakime committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8f0f16d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Using UTC for parse

    joakime committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    89f728c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20660bc View commit details
    Browse the repository at this point in the history
  3. Adding tests for .format()

    joakime committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2b67f05 View commit details
    Browse the repository at this point in the history