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