[reproducible-website] 02/02: Correct published dates.

Chris Lamb chris at chris-lamb.co.uk
Tue Apr 24 08:20:17 CEST 2018


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository reproducible-website.

commit d5e9bcd6ff09d93b6bd6230cb70a3d263df96774
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Apr 24 08:20:08 2018 +0200

    Correct published dates.
---
 _blog/posts/156.md | 2 +-
 bin/publish        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_blog/posts/156.md b/_blog/posts/156.md
index 2fe8652..6a10d77 100644
--- a/_blog/posts/156.md
+++ b/_blog/posts/156.md
@@ -1,7 +1,7 @@
 ---
 layout: blog
 week: 156
-published: 2018-04-24 16:16:39
+published: 2018-04-24 06:16:39
 ---
 
 ![](https://i.imgur.com/rQ4lpAS.jpg)
diff --git a/bin/publish b/bin/publish
index 8ad51a8..9fd7a12 100755
--- a/bin/publish
+++ b/bin/publish
@@ -5,7 +5,7 @@ set -eu
 WEEK="${1}"
 
 URL="https://reproducible-builds.org/blog/posts/${WEEK}/"
-DATE="$(date --utc +'%Y-%m-%d %M:%M:%S')"
+DATE="$(date --utc +'%Y-%m-%d %H:%M:%S')"
 
 if ! shift 1
 then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reproducible-website.git


More information about the rb-commits mailing list