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
26ee8094
Kaydet (Commit)
26ee8094
authored
Eyl 13, 1995
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
added strftime
üst
f65f278b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
libtime.tex
Doc/lib/libtime.tex
+7
-0
libtime.tex
Doc/libtime.tex
+7
-0
No files found.
Doc/lib/libtime.tex
Dosyayı görüntüle @
26ee8094
...
...
@@ -94,6 +94,13 @@ Suspend execution for the given number of seconds. The argument may
be a floating point number to indicate a more precise sleep time.
\end{funcdesc}
\begin{funcdesc}
{
strftime
}{
format, tuple
}
Convert a tuple representing a time as returned by
\code
{
gmtime()
}
or
\code
{
localtime()
}
to a string as specified by the format argument.
See the
\code
{
strftime(3)
}
man page for details of the syntax of
format strings.
\end{funcdesc}
\begin{funcdesc}
{
time
}{}
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
...
...
Doc/libtime.tex
Dosyayı görüntüle @
26ee8094
...
...
@@ -94,6 +94,13 @@ Suspend execution for the given number of seconds. The argument may
be a floating point number to indicate a more precise sleep time.
\end{funcdesc}
\begin{funcdesc}
{
strftime
}{
format, tuple
}
Convert a tuple representing a time as returned by
\code
{
gmtime()
}
or
\code
{
localtime()
}
to a string as specified by the format argument.
See the
\code
{
strftime(3)
}
man page for details of the syntax of
format strings.
\end{funcdesc}
\begin{funcdesc}
{
time
}{}
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
...
...
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