Record a relevant link
This commit is contained in:
parent
b4dfe2fcd9
commit
6e8e7c515a
|
@ -104,6 +104,11 @@ Options:
|
|||
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
|
||||
==========
|
||||
|
||||
|
@ -115,6 +120,8 @@ References
|
|||
|
||||
.. _ctime: http://www.opengroup.org/onlinepubs/007908799/xsh/asctime.html
|
||||
|
||||
.. _PHP date: http://www.php.net/date
|
||||
|
||||
Other useful links:
|
||||
|
||||
http://www.egenix.com/files/python/mxDateTime.html
|
||||
|
|
Loading…
Reference in New Issue