Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
43d84ea0
Kaydet (Commit)
43d84ea0
authored
Ock 13, 2017
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge heads
üst
7a7e04e4
a6f10ca4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
time.rst
Doc/library/time.rst
+7
-2
No files found.
Doc/library/time.rst
Dosyayı görüntüle @
43d84ea0
...
@@ -464,8 +464,13 @@ The module defines the following functions and data items:
...
@@ -464,8 +464,13 @@ The module defines the following functions and data items:
.. function:: tzset()
.. function:: tzset()
Resets the time conversion rules used by the library routines. The environment
Reset the time conversion rules used by the library routines. The environment
variable :envvar:`TZ` specifies how this is done.
variable :envvar:`TZ` specifies how this is done. It will also set the variables
``tzname`` (from the :envvar:`TZ` environment variable), ``timezone`` (non-DST
seconds West of UTC), ``altzone`` (DST seconds west of UTC) and ``daylight``
(to 0 if this timezone does not have any daylight saving time rules, or to
nonzero if there is a time, past, present or future when daylight saving time
applies).
.. versionadded:: 2.3
.. versionadded:: 2.3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment