Roundup Tracker - Issues

Message3170

Author rouilj
Recipients
Date 2003-03-17.04:51:23
Message-id
In-reply-to
Logged In: YES 
user_id=707416


See:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/56036

for 
a pure python implementation of strptime(). This would
allow specs 
like:

'%a, %d %b %Y %H:%M:%S %Z'

to parse dates 
from http headers.
The standard roundup format would be:

  
%Y-%m-%d %H:%M:%S

while the use standard (mm/dd/yyyy) 
would be:

  %D %H:%M:%S

or

  
%Y/%m/%d

etc.
History
Date User Action Args
2009-02-03 14:23:38adminlinkissue691438 messages
2009-02-03 14:23:38admincreate