Skip to content

Releases: hroptatyr/dateutils

Summary: v0.4.11 of dateutils

25 Jan 11:45
v0.4.11
Compare
Choose a tag to compare

Keywords: v0.4.11

This is dateutils v0.4.11.

This is a bugfix release.

Bugfixes:

  • be strict about inputs in datetest --isvalid (#146)
  • build on Macs again (#107)
  • make illegible zone names fatal errors (#151)
  • be strict in datetest --isvalid when inputs have been specified (#146)
  • fix issue with negative days remaining after adding months in datediff (#153)

See info page examples and/or README.

Summary: v0.4.10 of dateutils

25 May 12:21
v0.4.10
Compare
Choose a tag to compare

Keywords: v0.4.10

This is dateutils v0.4.10.

This is a bugfix release.

Bugfixes:

  • do not resort to daisy sequences when incomplete dates are present (#131)
  • upon end-of-buffer finalise the last line (#141)
  • let --empty-mode|-E and --sed-mode|-S play nicely together (#139)
  • adapt CLI behaviour of strptime(1) to the other tools (#142)

See info page examples and/or README.

Summary: v0.4.9 of dateutils

20 Aug 07:45
v0.4.9
Compare
Choose a tag to compare

Keywords: v0.4.9

This is dateutils v0.4.9.

This is a bugfix release.

Bugfixes:

  • allow to specify epochs in nanoseconds, %s%N (#123)
  • fix nanosecond arithmetic (#124)
  • make cross-compilations easier (#128)
  • mention default timezone (#129)

See info page examples and/or README.

Summary: v0.4.8 of dateutils

19 Aug 13:13
v0.4.8
Compare
Choose a tag to compare

Keywords: v0.4.8

This is dateutils v0.4.8.

This is a bugfix release.

Bugfixes:

  • be symmetric about differences, A - B := -(B - A) for A < B
  • fix security issue when reading TZMAP_DIR from environment
  • fix printing of negative 0 (-0)
  • fix issue with tzdata transitions in files with leap second
    adjustments that are now cut off at expiration time (#121)

See info page examples and/or README.

Summary: v0.4.7 of dateutils

03 Feb 12:53
v0.4.7
Compare
Choose a tag to compare

Keywords: v0.4.7

This is dateutils v0.4.7.

This is a bugfix release.

Bugfixes:

  • strptime mimics return code behaviour of dateconv
  • use unsigned arithmetic for leap second conversion
  • fix up ymds before adding days or business days
  • drain prchunk if filled with many small lines

See info page examples and/or README.

Summary: v0.4.6 of dateutils

19 Mar 02:07
v0.4.6
Compare
Choose a tag to compare
Keywords: v0.4.6

This is dateutils v0.4.6.

This is a bugfix release.

Bugfixes:
- underspecified ISO weekday dates can be parsed
- adding days to underspecified dates results in proper dates

Features:
- all tools with -S|--sed-mode now support -E|--empty-mode to
  output an empty line when a line cannot be read.
- dateround supports day, week, month and year classes now
  (issues/92)
- datediff can determine difference in nanoseconds between
  two time values (issues/94)

See info page examples and/or README.

Summary: v0.4.5 of dateutils

20 Sep 07:08
v0.4.5
Compare
Choose a tag to compare
Keywords: v0.4.5

This is dateutils v0.4.5.

This is a bugfix release.

Bugfixes:
- dgrep accepts %c as qualifier in expressions (issue 81)
- tests work regardless of wall clock time (issue 84)

See info page examples and/or README.

Summary: v0.4.4 of dateutils

13 Aug 10:41
v0.4.4
Compare
Choose a tag to compare
Keywords: v0.4.4

This is dateutils v0.4.4.

This is a bugfix release.

Incompatible changes:
- suffix `m` is no longer accepted as a synonym for `mo`
  with date-only input, issue #76

Bugfixes:
- expose BSD routines (fgetln()) to yuck
- for dates passed to dateround(1) that coincidentally
  match the roundspecs do read them as dates
- wrong timestamps read via -i %s signal error
- facilitate bmake build
- time rounding on date-only input keeps the date unchanged
- dateseq's short-cut iterator (2 date arguments) does not
  interfere with the 3-argument version
- adding 0 date or time units does not change the summand
- datezone on times (without date) will return times
- zones are singletons now, opened and closed only once

See info page examples and/or README.

Summary: v0.4.3 of dateutils

01 Mar 09:57
v0.4.3
Compare
Choose a tag to compare
Keywords: v0.4.3

This is dateutils v0.4.3.

This is a feature release.

Features:
- base expansion works for times now

Bugfixes:
- durations in months weeks and days are calculated
  like durations in months and days, consistency
- am and pm indicators in inputs are handled properly
- military midnights decay when not printed in full

See info page examples and/or README.

dateutils v0.4.2

07 Aug 04:49
v0.4.2
Compare
Choose a tag to compare

Summary: v0.4.2 of dateutils
Keywords: v0.4.2

This is a feature release.

Features:

  • allow %- specifiers to turn off padding (as GNU date does)
  • support matlab day numbers, as mdn or matlab

Bugfixes:

  • fix build issue on FBSD 11
  • allow zones to transition at INT_MAX (mapped to never)

See info page examples and/or README.