summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/time/time_zone_service.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-011-7/+7
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-8/+7
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* style: Remove extra space preceding the :: operatorMorph2021-09-291-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-12/+12
* general: Write buffers before pushing raw argumentsMorph2021-04-191-2/+4
* ITimeZoneService: Update to 12.xgerman772021-04-091-0/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+3
* Revert "core: Fix clang build"bunnei2020-10-211-2/+2
* core: Fix clang buildLioncash2020-10-181-2/+2
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David2020-08-031-2/+2
* service: time: Implement ToPosixTimeWithMyRule.bunnei2020-01-231-1/+23
* service: time: Rewrite implementation of glue services.bunnei2020-01-041-0/+148