Skip to content

support AceTime v2.0.0

Compare
Choose a tag to compare
@bxparks bxparks released this 05 Nov 00:08
· 47 commits to master since this release
9a1d230
  • v1.2.0 (2022-11-04)
    • Replace LocalDate::kEpochYear with HardwareDateTime::kBaseYear
      since AceTime current epoch is no longer a constant and AceTime no longer
      uses a 2-digit year offset internally.
    • Replace LocalDate::kSecondsSinceUnixEpoch with
      Epoch::secondsToCurrentEpochFromUnixEpoch64() since AceTime current
      epoch is no longer constant.
    • There should be no visible breakage of the client-facing API.