[Python-Dev] problems with SUSv2 compatibility defines

Fredrik Lundh fredrik@pythonware.com
Fri, 7 Jul 2000 16:40:40 +0200


mal wrote:
> Hmm, would that mean that altzone is not part of SUSv2 

as far as I can tell, altzone is not part of SUSv2.  the time.h
file declares the following variables:

    extern int       daylight;
    extern long int  timezone;
    extern char     *tzname[];

does anyone know what standard (if any) altzone is defined by?

</F>