summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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