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