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
3b0c82a2
Kaydet (Commit)
3b0c82a2
authored
Kas 09, 2001
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updated the documentation for formatdate().
üst
9cff0e60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
emailutil.tex
Doc/lib/emailutil.tex
+14
-5
No files found.
Doc/lib/emailutil.tex
Dosyayı görüntüle @
3b0c82a2
...
@@ -105,9 +105,18 @@ changes in daylight savings time, though not worth worrying about for
...
@@ -105,9 +105,18 @@ changes in daylight savings time, though not worth worrying about for
common use.
common use.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
formatdate
}{
\optional
{
timeval
}}
\begin{funcdesc}
{
formatdate
}{
\optional
{
timeval
\optional
{
, localtime
}}}
Returns the time formatted as per Internet standards
\rfc
{
2822
}
Returns a date string as per Internet standard
\rfc
{
2822
}
, e.g.:
and updated by
\rfc
{
1123
}
. If
\var
{
timeval
}
is provided, then it
should be a floating point time value as expected by
\begin{verbatim}
\method
{
time.gmtime()
}
, otherwise the current time is used.
Fri, 09 Nov 2001 01:08:47 -0000
\end{verbatim}
Optional
\var
{
timeval
}
if given is a floating point time value as
accepted by
\function
{
time.gmtime()
}
and
\function
{
time.localtime()
}
,
otherwise the current time is used.
Optional
\var
{
localtime
}
is a flag that when true, interprets
\var
{
timeval
}
, and returns a date relative to the local timezone
instead of UTC, properly taking daylight savings time into account.
\end{funcdesc}
\end{funcdesc}
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