Skip to content

Releases: hollasch/timeprint

timeprint v2.1.0

24 May 08:04
Compare
Choose a tag to compare

v2.1.0 (2018-05-24)

Added

  • Indicate unknown DST status for calls to mktime().
  • Print error message for unhandled explicit dates before 1970.
  • New: Handle numeric prefix on %a format codes.

timeprint v2.0.0

26 Feb 10:02
Compare
Choose a tag to compare

v2.0.0 (2018-02-26)

Added

  • Add new -- switch variants (--help, --codeChar, --timeZone, and so on).
  • Add help information on new (C++11) format codes.
  • New rich suite of delta time format options.
  • New options --creation, --access, --modification.
  • New option --now
  • New option --time

Removed

  • Deprecate option --modTime

Changed

  • -e is now -%/--codeChar to eliminate confusion between escape sequences and
    format code sequences.
  • Renamed from currtime to timeprint.
  • Moved custom elapse codes to use new underscore modifier.
    • Old %D is replaced with %_D,
      %D is now standard "Short MM/DD/YY date, equivalent to %m/%d/%y".
    • Old %R is replaced with %_H,
      %R is now standard "24-hour HH:MM time, equivalent to %H:%M".
    • Old %s is replaced with %_S, %s is now undefined.
  • Help output broken into multiple topics.

currtime v1.0.0

15 Feb 23:49
Compare
Choose a tag to compare
  • Original version as of 2013-03-09
  • Added license
  • First release to GitHub