From: Bjørn Erik Pedersen Date: Wed, 11 Apr 2018 07:47:58 +0000 (+0200) Subject: commands: Use short date format in CLI docs X-Git-Tag: v0.39~45 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e614d8a57c2ff5eef9270d51fcc6518398d7ff88;p=brevno-suite%2Fhugo commands: Use short date format in CLI docs To make it possible to compare the output. See #4598 --- diff --git a/commands/gendoc.go b/commands/gendoc.go index c4840050..0fe30bf1 100644 --- a/commands/gendoc.go +++ b/commands/gendoc.go @@ -57,7 +57,7 @@ for rendering in Hugo.`, return err } } - now := time.Now().Format(time.RFC3339) + now := time.Now().Format("2006-01-02") prepender := func(filename string) string { name := filepath.Base(filename) base := strings.TrimSuffix(name, path.Ext(name))