Skip to content
  1. Jun 05, 2023
    • lat9nq's avatar
      settings: Always report a valid time zone · 3e68a284
      lat9nq authored
      Prevents needing to deduce the non-Switch setting in core. Instead, we
      deduce the meaning of this setting where the heresy is committed, in
      common.
      
      settings: Remove strftime usage
      
      GetTimeZoneString: Use standard features
      
      Also forces GMT on MinGW due to broken strftime.
      3e68a284
    • lat9nq's avatar
      time_manager: Don't offset RTC by system time zone · 9e2164be
      lat9nq authored
      This causes the emulated system's universal time to be on the user's clock, and the user time to
      be off if they set a time zone.
      
      time_manager: Remove GetExternalRtcTime
      9e2164be
    • lat9nq's avatar
      tz_content_manager: Detect system time zone · c378cbbc
      lat9nq authored
      Uses C++20 tzdb to determine the system timezone. The switch uses the
      597 posix time zones, so this needs tests if the system time zone isn't
      posix-compliant.
      c378cbbc
  2. Jun 04, 2023
  3. Jun 03, 2023
  4. Jun 02, 2023
  5. Jun 01, 2023
  6. May 31, 2023
  7. May 30, 2023
  8. May 29, 2023
  9. May 28, 2023
Loading