File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -464,8 +464,13 @@ The module defines the following functions and data items:
464
464
465
465
.. function :: tzset()
466
466
467
- Resets the time conversion rules used by the library routines. The environment
468
- variable :envvar: `TZ ` specifies how this is done.
467
+ Reset the time conversion rules used by the library routines. The environment
468
+ variable :envvar: `TZ ` specifies how this is done. It will also set the variables
469
+ ``tzname `` (from the :envvar: `TZ ` environment variable), ``timezone `` (non-DST
470
+ seconds West of UTC), ``altzone `` (DST seconds west of UTC) and ``daylight ``
471
+ (to 0 if this timezone does not have any daylight saving time rules, or to
472
+ nonzero if there is a time, past, present or future when daylight saving time
473
+ applies).
469
474
470
475
.. versionadded :: 2.3
471
476
You can’t perform that action at this time.
0 commit comments