diff --git a/libc/time/localtime.c b/libc/time/localtime.c index 1ccad692b..74bad0461 100644 --- a/libc/time/localtime.c +++ b/libc/time/localtime.c @@ -42,6 +42,7 @@ STATIC_YOINK("usr/share/zoneinfo/London"); STATIC_YOINK("usr/share/zoneinfo/Melbourne"); STATIC_YOINK("usr/share/zoneinfo/New_York"); STATIC_YOINK("usr/share/zoneinfo/Singapore"); +STATIC_YOINK("usr/share/zoneinfo/UTC"); /* clang-format off */ /* diff --git a/usr/share/zoneinfo/Beijing b/usr/share/zoneinfo/Beijing index d7f92e2fa..763271bcb 100644 Binary files a/usr/share/zoneinfo/Beijing and b/usr/share/zoneinfo/Beijing differ diff --git a/usr/share/zoneinfo/Israel b/usr/share/zoneinfo/Israel index 5731e716a..4992a7929 100644 Binary files a/usr/share/zoneinfo/Israel and b/usr/share/zoneinfo/Israel differ diff --git a/usr/share/zoneinfo/Singapore b/usr/share/zoneinfo/Singapore index bd850ad22..785836666 100644 Binary files a/usr/share/zoneinfo/Singapore and b/usr/share/zoneinfo/Singapore differ diff --git a/usr/share/zoneinfo/Sydney b/usr/share/zoneinfo/Sydney index aaed12ca2..f4343b326 100644 Binary files a/usr/share/zoneinfo/Sydney and b/usr/share/zoneinfo/Sydney differ