Ticket #25 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Constructor and representer for datetimes with timezone do not match

Reported by: lele@nautilus.homeip.net Assigned to: xi
Priority: normal Component: pyyaml
Severity: normal Keywords:
Cc:

Description

I noticed what seems a little glitch in PyYAML handling of datetime when they carry a timezone.

The regexp used to match the various fields assumes there is a separator between the fractional part and the timezone offset, while the representer simply appends the offset without any separator, effectively resulting in a wrong representation (in the case the offset is positive).

Moreover, unicode(data.utcoffset()) gives something like "-1 day, 22:00" for an offset of -2 hours.

Attachments

Change History

08/16/06 14:27:20 changed by xi

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [225], although I'm not entirely happy with throwing away tzinfo.

It's possible to pickle the tzinfo attribute, but this will break compatibility with the !!timestamp` spec: http://yaml.org/type/timestamp.html


Add/Change #25 (Constructor and representer for datetimes with timezone do not match)




Change Properties
Action