0.2.0
- Changed
DateTime::new
arguments: timezone data is now passed in the newTimezone
enum as the last argument instead as twoi8
arguments. (Breaking change) xmp-writer
can now express the difference of a timestamp in UTC with anunknown local time (Z) and a GMT timestamp (+00:00).- Removed an explicit
panic!
in timestamp writing. DateTime
fields are now public.