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

Rename tm_gmtoff to tm_utcoff #18832

Closed
wants to merge 1 commit into from
Closed

Commits on Nov 10, 2014

  1. Rename tm_gmtoff to tm_utcoff

    Rename the tm_gmtoff field of time::Tm to tm_utcoff.
    
    Although GMT and UTC are commonly used interchangeably, UTC is more
    appropriate to denote the time standard.
    
    Python, for example, uses datetime.utcoffset() to represent the offset
    from UTC.
    
    [breaking-change]
    barosl committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    7c64600 View commit details
    Browse the repository at this point in the history