summaryrefslogtreecommitdiffstats
path: root/src/common/time_zone.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-12time_zone: Clean up includeslat9nq1-1/+1
2023-07-12time_zone: Swap subtraction orderlat9nq1-1/+1
2023-07-12time_zone: Account for leap yearslat9nq1-4/+6
2023-07-10time_zone: Remove string ops for determing zonelat9nq1-27/+16
2023-06-05time_zone: Handle offset time zoneslat9nq1-38/+26
2023-06-05common: Move system time zone string detectionlat9nq1-4/+71
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2020-08-20Revert "common/time_zone: Simplify GetOsTimeZoneOffset()"bunnei1-5/+9
2020-08-16common/time_zone: Simplify GetOsTimeZoneOffset()Lioncash1-9/+5
2020-05-13time_zone: Use std::chrono::seconds for strong typing.bunnei1-2/+2
2020-05-11common: Add module to get the current time zone.bunnei1-0/+49