Intelligent Date & Time parsing

Tim Chase python.list at tim.thechases.com
Sat Mar 8 12:57:07 EST 2008


> I am a GNU newbie.  (I know C &o.)  Can you point me to a
> place to find the source for 'date'?

It's part of the GNU Coreutils:

http://ftp.gnu.org/gnu/coreutils/

Within the file, you're likely interested in lib/getdate.*

It helps if you have a working knowledge of Yacc.

-tkc





More information about the Python-list mailing list