---
localtime.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/localtime.c b/localtime.c
index a506f097..917e957d 100644
--- a/localtime.c
+++ b/localtime.c
@@ -507,7 +507,8 @@ typedef int_fast64_t int_fast32_2s;
#endif
struct ttinfo { /* time type information */
- int_least32_t tt_utoff; /* UT offset in seconds */
+ int_least32_t tt_utoff; /* UT offset in seconds; in the range
+ -2**31 + 1 .. 2**31 - 1 */
desigidx_type tt_desigidx; /* abbreviation list index */
bool tt_isdst; /* used to set tm_isdst */
bool tt_ttisstd; /* transition is std time */
--
2.52.0- [tz] [PROPOSED 0/6] Fix integer overflows and drop posi... Paul Eggert via tz
- [tz] [PROPOSED 3/6] zic now warns about -p Paul Eggert via tz
- [tz] [PROPOSED 1/6] Add comment re UT offsets equa... Paul Eggert via tz
- [tz] [PROPOSED 6/6] Fix remaining Naveed8951-repor... Paul Eggert via tz
- [tz] [PROPOSED 2/6] Document zic -p better Paul Eggert via tz
- [tz] [PROPOSED 4/6] Remove POSIXRULES installation... Paul Eggert via tz
- [tz] [PROPOSED 5/6] Remove TZDEFRULES ("posix... Paul Eggert via tz
