[ python-Bugs-965032 ] datetime.isoformat() contaiins 'T0'

SourceForge.net noreply at sourceforge.net
Wed Jun 2 09:50:26 EDT 2004


Bugs item #965032, was opened at 2004-06-02 09:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=965032&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Doug Fort (dougfort)
Assigned to: Nobody/Anonymous (nobody)
Summary: datetime.isoformat() contaiins 'T0'

Initial Comment:
Python 2.3.4 (#1, May 27 2004, 13:38:36) 
[GCC 3.3 20030304 (Apple Computer, Inc. build 1495)] on darwin
Type "help", "copyright", "credits" or "license" for more 
information.
>>> import datetime
>>> datetime.datetime.today().isoformat()
'2004-06-02T09:36:28.893992'

As of 2.3.4 the datetime.isoformat() includes  the characters 'T0' 
between the date and the time. I assume this is something  to do 
with the time zone.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=965032&group_id=5470



More information about the Python-bugs-list mailing list