summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTimeZone
AgeCommit message (Expand)Author
2023-05-24LibTimeZone+Userland: Change timezone functions to use UnixDateTimekleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-04-28AK+LibTimeZone: Add debug only formatter for OptionalMacDue
2023-03-23LibJS+LibTimeZone: Explicitly canonicalize "GMT" to "UTC"Timothy Flynn
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-17LibTimeZone: Resolve /etc/localtime with realpath(), not readlink()Linus Groh
2022-10-17LibTimeZone: Default to UTC if parsing the TZ environment variable failsTimothy Flynn
2022-10-17Lagom+CMake: Propagate dependencies for generated custom targetsAndrew Kaster
2022-10-10Everywhere: Replace uses of __serenity__ with AK_OS_SERENITYAndrew Kaster
2022-09-28LibTimeZone: Do not use tzname to determine the current time zoneTimothy Flynn
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-06LibTimeZone: Parse and generate a list of time zones used by regionTimothy Flynn
2022-05-02Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake optionAndrew Kaster
2022-02-03LibTimeZone: Parse and generate time zone coordinate dataTimothy Flynn
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-25LibTimeZone+Userland: Rename current_time_zone to system_time_zoneTimothy Flynn
2022-01-25LibTimeZone: Add an API to retrieve both daylight and standard offsetsTimothy Flynn
2022-01-23LibTimeZone: Use /etc/timezone as the basis for the system time zoneTimothy Flynn
2022-01-23LibTimeZone: Add an API to retrieve a list of all known IANA time zonesTimothy Flynn
2022-01-23DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibCTimothy Flynn
2022-01-19LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DSTTimothy Flynn
2022-01-19LibTimeZone: Begin parsing and generating DaylightSavings rulesTimothy Flynn
2022-01-15LibTimeZone: Canonicalize the current time zone and fall back to UTCTimothy Flynn
2022-01-12LibTimeZone: Add an API to retrieve the system's current time zoneTimothy Flynn
2022-01-11LibTimeZone: Operate in UTC-only mode when !ENABLE_TIME_ZONE_DATALinus Groh
2022-01-11LibTimeZone: Begin generating GMT offset rules for each time zoneTimothy Flynn
2022-01-11LibTimeZone: Add methods to canonicalize a time zone nameTimothy Flynn
2022-01-11LibTimeZone: Add method to convert a time zone to a stringTimothy Flynn
2022-01-11LibTimeZone: Do not separate the generated data from the main libraryTimothy Flynn
2022-01-08LibTimeZone: Parse ZONE entries from the TZDB and generate their namesTimothy Flynn
2022-01-08LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generatorTimothy Flynn