Add timezone as hour & minute offset in the initial post in the new site template. Fixes #3998
This commit is contained in:
parent
2807b8a012
commit
951c604017
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: post
|
||||
title: "Welcome to Jekyll!"
|
||||
date: <%= Time.now.strftime('%Y-%m-%d %H:%M:%S') %>
|
||||
date: <%= Time.now.strftime('%Y-%m-%d %H:%M:%S %z') %>
|
||||
categories: jekyll update
|
||||
---
|
||||
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
||||
|
|
Loading…
Reference in New Issue