index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibTimeZone
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-17
LibTimeZone: Resolve /etc/localtime with realpath(), not readlink()
Linus Groh
2022-10-17
LibTimeZone: Default to UTC if parsing the TZ environment variable fails
Timothy Flynn
2022-10-17
Lagom+CMake: Propagate dependencies for generated custom targets
Andrew Kaster
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-09-28
LibTimeZone: Do not use tzname to determine the current time zone
Timothy Flynn
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-06
LibTimeZone: Parse and generate a list of time zones used by region
Timothy Flynn
2022-05-02
Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option
Andrew Kaster
2022-02-03
LibTimeZone: Parse and generate time zone coordinate data
Timothy Flynn
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-25
LibTimeZone+Userland: Rename current_time_zone to system_time_zone
Timothy Flynn
2022-01-25
LibTimeZone: Add an API to retrieve both daylight and standard offsets
Timothy Flynn
2022-01-23
LibTimeZone: Use /etc/timezone as the basis for the system time zone
Timothy Flynn
2022-01-23
LibTimeZone: Add an API to retrieve a list of all known IANA time zones
Timothy Flynn
2022-01-23
DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC
Timothy Flynn
2022-01-19
LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST
Timothy Flynn
2022-01-19
LibTimeZone: Begin parsing and generating DaylightSavings rules
Timothy Flynn
2022-01-15
LibTimeZone: Canonicalize the current time zone and fall back to UTC
Timothy Flynn
2022-01-12
LibTimeZone: Add an API to retrieve the system's current time zone
Timothy Flynn
2022-01-11
LibTimeZone: Operate in UTC-only mode when !ENABLE_TIME_ZONE_DATA
Linus Groh
2022-01-11
LibTimeZone: Begin generating GMT offset rules for each time zone
Timothy Flynn
2022-01-11
LibTimeZone: Add methods to canonicalize a time zone name
Timothy Flynn
2022-01-11
LibTimeZone: Add method to convert a time zone to a string
Timothy Flynn
2022-01-11
LibTimeZone: Do not separate the generated data from the main library
Timothy Flynn
2022-01-08
LibTimeZone: Parse ZONE entries from the TZDB and generate their names
Timothy Flynn
2022-01-08
LibTimeZone+Meta: Add plumbing for an IANA Time Zone Database generator
Timothy Flynn