Skip to content

0.2.0

Compare
Choose a tag to compare
@reknih reknih released this 17 Oct 09:44
· 6 commits to main since this release
  • Changed DateTime::new arguments: timezone data is now passed in the new Timezone enum as the last argument instead as two i8 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.