List future and expired dates in CSV format
authorDaniel Compton <desk@danielcompton.net>
Thu, 21 Feb 2019 01:34:32 +0000 (14:34 +1300)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 18 Mar 2019 23:33:02 +0000 (00:33 +0100)
commit44f5c1c14cb1f42cc5f01739c289e9cfc83602af
treea40a1ee0e13626a1870616415c3b632545ca5c72
parent984a73af9e5b5145297723f26faa38f29ca2918d
List future and expired dates in CSV format

It is useful to see the date that a post will be published, or the date
that it has expired, to build tooling around it. This commit writes
posts and their publish/expired date as CSV.

Fixes #5610
commands/list.go