summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_service.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-8/+7
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-09-29style: Remove extra space preceding the :: operatorMorph1-2/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-12/+12
2021-04-19general: Write buffers before pushing raw argumentsMorph1-2/+4
2021-04-09ITimeZoneService: Update to 12.xgerman771-0/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-2/+3
2020-10-21Revert "core: Fix clang build"bunnei1-2/+2
2020-10-18core: Fix clang buildLioncash1-2/+2
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David1-2/+2
2020-01-23service: time: Implement ToPosixTimeWithMyRule.bunnei1-1/+23
2020-01-04service: time: Rewrite implementation of glue services.bunnei1-0/+148