1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 11:37:41 +00:00
serenity/Userland/Libraries/LibTimeZone
Timothy Flynn 8a4ac9c387 LibTimeZone: Add an API to retrieve the system's current time zone
This is a wrapper API around the POSIX tzset / tzname information. It
is to help ensure that tzset is invoked before accessing tzname.
2022-01-12 15:43:12 +01:00
..
CMakeLists.txt LibTimeZone: Do not separate the generated data from the main library 2022-01-11 00:36:45 +01:00
Forward.h LibTimeZone: Parse ZONE entries from the TZDB and generate their names 2022-01-08 12:45:34 +01:00
TimeZone.cpp LibTimeZone: Add an API to retrieve the system's current time zone 2022-01-12 15:43:12 +01:00
TimeZone.h LibTimeZone: Add an API to retrieve the system's current time zone 2022-01-12 15:43:12 +01:00