summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* time_zone_manager: Add null terminatorlat9nq2023-06-201-2/+4
* time_zone_manager: Stop on commalat9nq2023-06-201-1/+3
* time_zone_manager: Compare to the correct booleanlat9nq2023-06-161-2/+3
* tz_manager: Fix comparison to wrong integerlat9nq2023-06-051-1/+1
* tz_manager: Implement missing transition timeslat9nq2023-06-051-1/+59
* tz_manager: Warn on unimplemented codelat9nq2023-06-051-0/+7
* tz_manager: Fix character offset not advancinglat9nq2023-06-051-0/+1
* tz_manager: Fix off-by-one errorlat9nq2023-06-051-4/+4
* time: Implement missing servicesNarr the Reg2023-06-051-0/+32
* time_zone_manager: Implement go_ahead/go_backlat9nq2023-06-051-1/+39
* remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades792023-02-141-4/+4
* add static lifetime to constexpr values to force compile time evaluation where possiblearades792023-02-141-4/+4
* Add break for default casesKyle Kienapfel2022-11-141-0/+1
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-23/+23
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-1/+1
* time_zone_manager: Use s8 for month length tablesMorph2022-05-131-4/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* core: Remove unused includesameerj2021-11-041-2/+0
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-11/+11
* service: time: Setup the network clock with the local clock contextMorph2021-04-081-1/+1
* Revert "core: Fix clang build"bunnei2020-10-211-64/+54
* core: Fix clang buildLioncash2020-10-181-54/+64
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-8/+13
* time_zone_manager: Resolve sign conversion warningsLioncash2020-04-171-2/+2
* CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-7/+7
* service: time: Implement ToPosixTimeWithMyRule.bunnei2020-01-231-0/+9
* time: Fix month off-by-one error.bunnei2020-01-201-2/+2
* time: Remove overflow error checking (currently breaks ADO builds).bunnei2020-01-041-9/+1
* service: time: Rewrite implementation of glue services.bunnei2020-01-041-0/+1038