summaryrefslogtreecommitdiff
path: root/src/common/time_zone.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-12time_zone: Clean up includesGravatar lat9nq1-1/+1
2023-07-12time_zone: Swap subtraction orderGravatar lat9nq1-1/+1
2023-07-12time_zone: Account for leap yearsGravatar lat9nq1-4/+6
2023-07-10time_zone: Remove string ops for determing zoneGravatar lat9nq1-27/+16
2023-06-05time_zone: Handle offset time zonesGravatar lat9nq1-38/+26
2023-06-05common: Move system time zone string detectionGravatar lat9nq1-4/+71
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2020-08-19Revert "common/time_zone: Simplify GetOsTimeZoneOffset()"Gravatar bunnei1-5/+9
2020-08-16common/time_zone: Simplify GetOsTimeZoneOffset()Gravatar Lioncash1-9/+5
2020-05-12time_zone: Use std::chrono::seconds for strong typing.Gravatar bunnei1-2/+2
2020-05-11common: Add module to get the current time zone.Gravatar bunnei1-0/+49