summaryrefslogtreecommitdiff
path: root/Base/etc/timezone
AgeCommit message (Collapse)Author
2022-01-23LibTimeZone: Use /etc/timezone as the basis for the system time zoneTimothy Flynn
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.