aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/time/time_manager.cpp
AgeCommit message (Expand)Author
2024-01-24Rework time service to fix time passing offline.Kelebek1
2023-06-05time: Implement missing servicesNarr the Reg
2023-06-05time: Remove auto timezone considerationlat9nq
2023-06-05time_manager: Don't offset RTC by system time zonelat9nq
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph
2022-02-05service: Migrate to the new UUID implementationMorph
2021-11-03core: Fix transitive include build errorsameerj
2021-10-17settings: Remove std::chrono usageameerj
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-04-26service: Eliminate cases of member shadowingLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-04-08service: time: Setup the network clock with the local clock contextMorph
2021-02-20kernel: Fix resource release exception on exitameerj
2020-10-12service: time: Update current time with changes to RTC setting.bunnei
2020-05-12time_zone: Use std::chrono::seconds for strong typing.bunnei
2020-05-11hle: service: time_zone_manager: Use current time zone setting.bunnei
2020-01-04service: time: Rewrite implementation of glue services.bunnei