dateutils Changelog

What's new in dateutils 0.3.1

Dec 10, 2014
  • Bugfixes:
  • octave/matlab code is distributed fully
  • negative durations with refined units are minus-signed only once
  • ddiff is entirely anticommutative now
  • tests don't fail if zones don't exist on the build system
  • dseq with empty ranges will no longer produce output (just as seq(1))
  • arbitrary integers are not interpreted as time anymore
  • when converting from zone info properly clear zone difference for %Z
  • dseq(1) will automatically resort to +1mo and +1y iterators for wildcarded ymd dates
  • dadd(1)'ing ywd dates with output as ymd works properly now
  • Features:
  • ddiff can output nanosecond diffs
  • automatic fix-up of dates is documented now
  • parser errors and fix ups are reported through return code 2
  • dseq with no -f|--format stays in the calendric system of the start value instead of converting all output to ymd

New in dateutils 0.2.7 (Feb 11, 2014)

  • Bug fixes:
  • issue 18, long inputs to a short specifier string will yield an error
  • consume zone specs (a la +1200) in the input via %Z specifier
  • ddiff's stdin stamps will undergo conversion according to --from-zone
  • clean up dist for inclusion in Debian