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
58212724
Kaydet (Commit)
58212724
authored
Agu 05, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add a comment on time.time() returning non-decreasing values except when
the clock is set back. This closes SF bug #447945.
üst
223ec936
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
libtime.tex
Doc/lib/libtime.tex
+3
-1
No files found.
Doc/lib/libtime.tex
Dosyayı görüntüle @
58212724
...
@@ -287,7 +287,9 @@ Availability: Most modern \UNIX{} systems.
...
@@ -287,7 +287,9 @@ Availability: Most modern \UNIX{} systems.
Return the time as a floating point number expressed in seconds since
Return the time as a floating point number expressed in seconds since
the epoch, in UTC. Note that even though the time is always returned
the epoch, in UTC. Note that even though the time is always returned
as a floating point number, not all systems provide time with a better
as a floating point number, not all systems provide time with a better
precision than 1 second.
precision than 1 second. While this function normally returns
non-decreasing values, it can return a lower value than a previous
call if the system clock has been set back between the two calls.
\end{funcdesc}
\end{funcdesc}
\begin{datadesc}
{
timezone
}
\begin{datadesc}
{
timezone
}
...
...
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