strptime on Unix systems
Jarkko Torppa
torppa at polykoira.megabaud.fi
Fri Dec 24 20:43:37 EST 1999
More information about the Python-list mailing list
Fri Dec 24 20:43:37 EST 1999
- Previous message (by thread): strptime on Unix systems
- Next message (by thread): strptime on Unix systems
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <3863C992.DD863CDC at endea.demon.nl>, Niels Diepeveen wrote: >So, on the whole it's not very clear what %Z should do. BTW, what does >it do on BSD? on *BSD it's undefined. Dunno what it does on FreeBSD. On SunOS 5.7 %Z Timezone name or no characters if no time zone information exists. Local timezone information is used as though strptime() called tzset() (see ctime(3C)). Errors may not be detected. This behavior is subject to change in a future release -- Jarkko Torppa torppa at staff.megabaud.fi
- Previous message (by thread): strptime on Unix systems
- Next message (by thread): strptime on Unix systems
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list