index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibTimeZone
Age
Commit message (
Expand
)
Author
2023-01-19
Tests: Add missing library dependency for LibTimeZone tests
Sam Atkins
2022-10-18
LibTimeZone+LibJS: Update to TZDB version 2022e
Timothy Flynn
2022-10-17
LibTimeZone: Default to UTC if parsing the TZ environment variable fails
Timothy Flynn
2022-09-28
LibTimeZone: Use the last DST rule in the TZDB if a match isn't found
Timothy Flynn
2022-08-25
LibTimeZone: Fix tests when ENABLE_TIME_ZONE_DATABASE_DOWNLOAD is OFF
Timothy Flynn
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-25
LibTimeZone: Handle time zones which begin the year in daylight savings
Timothy Flynn
2022-01-25
LibTimeZone: Add an API to retrieve both daylight and standard offsets
Timothy Flynn
2022-01-23
LibJS+LibTimeZone+LibUnicode: Remove direct linkage to LibTimeZone
Timothy Flynn
2022-01-19
LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST
Timothy Flynn
2022-01-19
LibJS+LibTimeZone: Begin handling DST when computing time zone offsets
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: Perform time-zone-from-string lookups case insensitively
Timothy Flynn
2022-01-11
LibTimeZone: Add a unit test for generated time zone data
Timothy Flynn