Skip to content

Commit 17a5e74

Browse files
authored
use %z instead of %Z (#371)
1 parent 076e8c2 commit 17a5e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/middleman-blog/commands/article.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
title: <%= @title %>
4-
date: <%= @date.strftime('%F %R %Z') %>
4+
date: <%= @date.strftime('%F %R %z') %>
55
tags: <%= @tags.join(",") %>
66

77
---

0 commit comments

Comments
 (0)