Manuel Sugawara <[EMAIL PROTECTED]> writes:
 
> +#if 0
>    /* Only years after 1970 are defined.
>       If year is 69, it might still be representable due to
>       timezone differnces.  */
>    if (year < 69)
>      return -1;
> +#endif

Hm.  If that fixes it, it implies that all the other support for
pre-1970 dates is still there (notably, entries in the timezone tables).

Should we assume that future glibc releases will rip out the timezone
database entries and other support for pre-1970 dates?  Or is the
breakage going to stop with mktime?

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to