Record a relevant link
This commit is contained in:
parent
b4dfe2fcd9
commit
6e8e7c515a
|
@ -102,6 +102,11 @@ Options:
|
||||||
|
|
||||||
d = datetime.datetime(...)
|
d = datetime.datetime(...)
|
||||||
print d.rfc822_time()
|
print d.rfc822_time()
|
||||||
|
|
||||||
|
|
||||||
|
Relevant functionality in other languages includes the `PHP date`_
|
||||||
|
function (Python implementation by Simon Willison at
|
||||||
|
http://simon.incutio.com/archive/2003/10/07/dateInPython)
|
||||||
|
|
||||||
|
|
||||||
References
|
References
|
||||||
|
@ -115,6 +120,8 @@ References
|
||||||
|
|
||||||
.. _ctime: http://www.opengroup.org/onlinepubs/007908799/xsh/asctime.html
|
.. _ctime: http://www.opengroup.org/onlinepubs/007908799/xsh/asctime.html
|
||||||
|
|
||||||
|
.. _PHP date: http://www.php.net/date
|
||||||
|
|
||||||
Other useful links:
|
Other useful links:
|
||||||
|
|
||||||
http://www.egenix.com/files/python/mxDateTime.html
|
http://www.egenix.com/files/python/mxDateTime.html
|
||||||
|
|
Loading…
Reference in New Issue