0.128   2024-03-07  Released-By: PERLANCAR; Urgency: medium
        - [clis strftime, strftimeq] Use localtime() instead of gmtime(). We can
          still show UTC using "TZ=UTC strftime ...".
0.127   2021-09-06  Released-By: PERLANCAR; Urgency: medium
	- [ux] [cli parse-date] Show datetime object in local as well as
	  UTC time zones in addition to original.
	- [doc] Mention App::TimeZoneUtils.
0.126   2020-03-30  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- dateconv, durconv: Tweak Abstract.
0.125   2020-01-31  Released-By: PERLANCAR; Urgency: medium
	- Add utility: strftimeq.
0.124   2020-01-31  Released-By: PERLANCAR; Urgency: medium
	- Add utility: strftime.
	- [durconv] Like dateconv, add conversion target iso8601 & ALL, add
	  -a.
0.123   2020-01-31  Released-By: PERLANCAR; Urgency: medium
	[dateconv]
	- Add conversion target iso8601, ALL.
        - [ux] Add option -a as shortcut to --to=ALL.
	- Avoid the use of From_str::alami date coercion for now as
	  DateTime::Format::Alami is flaky.
0.122   2019-11-29  Released-By: PERLANCAR; Urgency: medium
	- Update coerce rule names in Sah schemas (Data::Sah::Coerce
	  0.034+).
0.121   2019-06-19  Released-By: PERLANCAR
	- Add utility: datediff.
0.120   2019-01-29  Released-By: PERLANCAR
	- Add backend module: Date::Parse.
0.11    2017-01-09  Released-By: PERLANCAR
	- [Bugfix] Forgot to set result when parsing with DTF:Alami.
	- Replace code to check for installed module from using
	  Module::Path::More to using Module::Installed::Tiny (works with
	  fatpacked/datapacked scripts).
0.10    2016-07-10  Released-By: PERLANCAR
        - parse-date, parse-duration: Add option --all-modules (-a) to parse
          dates/durations with all installed modules.
0.09    2016-06-29  Released-By: PERLANCAR
	- Add utility: parse-date-using-df-flexible.
	- Show error message from DateTime::Format::Natural on parsing
	  failure.
	- Mention dateparse.
	- Add more examples.
0.08    2016-06-29  Released-By: PERLANCAR
	- Add examples.
	- Add utility: parse-duration-using-df-natural.
0.07    2016-06-29  Released-By: PERLANCAR
	- [Removed] Remove parse-duration-using-df-duration because parsing
          duration with DateTime::Format::Duration requires predefining format
          string.
        - Add utilities parse-duration-using-df-alami-{en,id}.
        - [Bugfix] Typo caused parsing date with DateTime::Format::Natural
          always considered failed.
0.06    2016-06-28  Released-By: PERLANCAR
	- parse-date-using-df-alami-*: Show matched pattern.
0.05    2016-06-19  Released-By: PERLANCAR
	- Add CLIs: parse-date-using-df-alami-{en,id}.
	- Update Rinci metadata (coerce_from -> coerce_rules,
	  Data::Sah::Coerce 0.011).
0.04    2016-05-20  Released-By: PERLANCAR
	- Add scripts: dateconv, durconv.
0.03    2016-01-18  Released-By: PERLANCAR
        - No functional changes.
        - [build] Rebuild to fix POD section ordering.
0.02    2015-09-23  Released-By: PERLANCAR
	- [dist] Autogenerate scripts.
	- Add two convenient CLI scripts: parse-date-using-df-natural,
          parse-duration-using-df-duration.
0.01    2015-09-23  Released-By: PERLANCAR
        - First release.