Show
Ignore:
Timestamp:
08/16/06 14:22:38 (6 years ago)
Author:
xi
Message:

Fix timestamp constructing and representing (close #25).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyyaml/trunk/tests/data/construct-timestamp.code

    r58 r225  
    44    "space separated": datetime.datetime(2001, 12, 15, 2, 59, 43, 100000), 
    55    "no time zone (Z)": datetime.datetime(2001, 12, 15, 2, 59, 43, 100000), 
    6     "date (00:00:00Z)": datetime.datetime(2002, 12, 14), 
     6    "date (00:00:00Z)": datetime.date(2002, 12, 14), 
    77}