Home | History | Annotate | Download | only in Modules

Lines Matching refs:tzset

666     tzset();

677 "tzset()\n\
681 standard Unix timezone format as documented in the tzset man page\n\
685 Changing the TZ environment variable without calling tzset *may* change\n\
695 are), and the extraneous calls to tzset(3) should be removed.
697 little as possible when introducing the time.tzset and time.tzsetwall
699 at the top of this function and removing the call to tzset() from
703 tzset()
709 tzset();
768 tzset();
797 {"tzset", time_tzset, METH_NOARGS, tzset_doc},
846 tzset() -- change the local timezone");