diff options
author | Timothy Flynn <trflynn89@pm.me> | 2022-03-13 08:52:07 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-13 17:50:49 +0100 |
commit | 0dfb9714fe5a06bd7b532bdd35aa2d2852ea97d5 (patch) | |
tree | 4f677a92d9a73282f93976df7031000cde8417c7 /Userland/Libraries/LibTest | |
parent | 7fceb909a525abe28e563c8024a20d76e6c4658d (diff) | |
download | serenity-0dfb9714fe5a06bd7b532bdd35aa2d2852ea97d5.zip |
LibCore: Use altzone for the current time zone offset during DST
Also use the daylight global to determine the current time zone name,
i.e. tzname[0] is standard time, tzname[1] is daylight savings time.
Note that altzone isn't required to be defined on all systems, so we
have to #ifdef to check if it exists in order for Lagom to build.
Diffstat (limited to 'Userland/Libraries/LibTest')
0 files changed, 0 insertions, 0 deletions