1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-20 00:33:28 +00:00
SCCS-file: date.c
SCCS-SID: 7.29
This commit is contained in:
Arthur David Olson
1995-10-30 09:54:02 -05:00
committed by Paul Eggert
parent ef46c5c06e
commit cf3233e7ac

4
date.c
View File

@ -207,9 +207,9 @@ char * argv[];
if ((cp = strchr(value, '.')) != NULL) {
/*
** Ensure that the failure of
** TZ=US/Eastern date 8712312359.60
** TZ=America/New_York date 8712312359.60
** doesn't get misdiagnosed. (It was
** TZ=US/Eastern date 8712311859.60
** TZ=America/New_York date 8712311859.60
** when the leap second was inserted.)
** The normal check won't work since
** the given time is valid in GMT.