Add timezone as hour & minute offset in the initial post in the new site template. Fixes #3998

This commit is contained in:
hartmel 2015-09-28 22:18:02 +02:00
parent 2807b8a012
commit 951c604017
1 changed files with 1 additions and 1 deletions

View File

@ -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
---
Youll 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.