[issue5207] extend strftime/strptime format for RFC3339 and RFC2822

Alexander Belopolsky report at bugs.python.org
Sat Jun 12 08:26:29 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

%O is used by POSIX spec to indicate alternative locale format.

Gnu date uses %:z 

       %:z    +hh:mm numeric timezone (e.g., -04:00)

	      %::z +hh:mm:ss numeric time zone (e.g., -04:00:00) %:::z numeric
	      time  zone  with : to necessary precision (e.g., -04, +05:30)

----------
assignee:  -> belopolsky
nosy: +belopolsky

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5207>
_______________________________________


More information about the Python-bugs-list mailing list