1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 01:57:40 +00:00
serenity/Userland/Libraries/LibTimeZone
Timothy Flynn 7f1404b870 LibTimeZone: Use /etc/timezone as the basis for the system time zone
This changes LibTimeZone to read the current time zone from the file
/etc/timezone rather than using tzset/tzname. Instead, in a subsequent
commit, LibC's time methods will be changed to used LibTimeZone to
retrieve the system time zone.

Also add an API to set the system time zone. This method is only allowed
when running within Serenity.
2022-01-23 12:48:26 +00:00
..
CMakeLists.txt DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Forward.h LibTimeZone: Begin parsing and generating DaylightSavings rules 2022-01-19 21:20:41 +00:00
TimeZone.cpp LibTimeZone: Use /etc/timezone as the basis for the system time zone 2022-01-23 12:48:26 +00:00
TimeZone.h LibTimeZone: Use /etc/timezone as the basis for the system time zone 2022-01-23 12:48:26 +00:00