From 6e8e7c515a963bc456b369f6740839e74cb05a3b Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 7 Oct 2003 12:16:04 +0000 Subject: [PATCH] Record a relevant link --- pep-0321.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pep-0321.txt b/pep-0321.txt index 991085a10..6a3efbf70 100644 --- a/pep-0321.txt +++ b/pep-0321.txt @@ -102,6 +102,11 @@ Options: d = datetime.datetime(...) 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