From 48b936b767a0a991ac3f1f9f27607906d50d72ac Mon Sep 17 00:00:00 2001 From: rumbledethumps <16963588+rumbledethumps@users.noreply.github.com> Date: Sat, 6 Dec 2025 12:13:36 -0800 Subject: [PATCH] nah it's 4 --- include/time.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/time.h b/include/time.h index 476323a70..210e49fb1 100644 --- a/include/time.h +++ b/include/time.h @@ -125,8 +125,8 @@ struct timespec { extern struct _timezone { char daylight; /* True if daylight savings time active */ long timezone; /* Number of seconds behind UTC */ - char tzname[6]; /* Name of timezone, e.g. CET */ - char dstname[6]; /* Name when daylight true, e.g. CEST */ + char tzname[5]; /* Name of timezone, e.g. CET */ + char dstname[5]; /* Name when daylight true, e.g. CEST */ } _tz; #define CLK_TCK CLOCKS_PER_SEC