facelessuser / SerializedDataConverter

Convert between serialized data formats (plist | json | yaml)
Other
26 stars 4 forks source link

Differentiate between non-UTC datetimes and date objects in YAML #4

Closed facelessuser closed 10 years ago

facelessuser commented 10 years ago

Should identify non UTC date times from UTC datetimes; they should be handled differently. Date objects should be found and converted properly for YAML. At the very least, date objects should go to strings.

facelessuser commented 10 years ago

Time and date should be handled okay now.