1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-06 23:03:58 +00:00

24:00 warning

SCCS-file: zic.c
SCCS-SID: 7.115
This commit is contained in:
Arthur David Olson
2003-12-04 10:34:45 -05:00
committed by Paul Eggert
parent da111b3de4
commit 3fcfe04a97

2
zic.c
View File

@ -931,6 +931,8 @@ const int signable;
error(errstring);
return 0;
}
if (noise && hh == HOURSPERDAY)
warning(_("24:00 not handled by pre-1998 versions of zic"));
return eitol(sign) *
(eitol(hh * MINSPERHOUR + mm) *
eitol(SECSPERMIN) + eitol(ss));