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

[libc++][chrono] implements UTC clock. #90393

Open
wants to merge 1 commit into
base: users/mordante/fixes_leap_second_database_format
Choose a base branch
from

Commits on Apr 28, 2024

  1. [libc++][chrono] implements UTC clock.

    While implementing this feature and its associated LWG issues it turns out
    - LWG3316 Correctly define epoch for utc_clock / utc_timepoint
    only added non-normative wording to the standard.
    
    Implements parts of:
    - P0355 Extending <chrono> to Calendars and Time Zones
    - P1361 Integration of chrono with text formatting
    - LWG3359 <chrono> leap second support should allow for negative leap seconds
    mordante committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    77edef4 View commit details
    Browse the repository at this point in the history