mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-12-07 23:31:22 +00:00
comment out U.S.-centric code
SCCS-file: localtime.c SCCS-SID: 7.68
This commit is contained in:
committed by
Paul Eggert
parent
8f0fe7019e
commit
64b3d03433
12
localtime.c
12
localtime.c
@ -734,12 +734,20 @@ const int lastditch;
|
||||
if (name == NULL)
|
||||
return -1;
|
||||
} else dstoffset = stdoffset - SECSPERHOUR;
|
||||
#if 0
|
||||
/*
|
||||
** XXX--get justification for U.S.-centricism
|
||||
** before adopting the following code;
|
||||
** also get to document the behavior.
|
||||
*/
|
||||
if (*name == '\0' && load_result != 0)
|
||||
/*
|
||||
** Default to current US rules if TZ has no rules
|
||||
** and we can't load the default rules,
|
||||
** Default to US rules as of 1999-08-17 if TZ has
|
||||
** no rules and we can't load the default rules,
|
||||
*/
|
||||
name = ",M4.1.0,M10.5.0";
|
||||
|
||||
#endif
|
||||
if (*name == ',' || *name == ';') {
|
||||
struct rule start;
|
||||
struct rule end;
|
||||
|
||||
Reference in New Issue
Block a user