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

[Merged by Bors] - convert inner datetime to local in to_date_string #1953

Closed

Commits on Mar 17, 2022

  1. convert inner datetime to local in to_date_string

    `Date.prototype.toDateString` should return a value representing the
    local date. The Rust `Date` inner value represents UTC time, so it
    should be adjusted to local time before formatting (see `to_string` and
    `to_time_string`).
    superhawk610 committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    82101ba View commit details
    Browse the repository at this point in the history