From 6b6ce3cf1857b5a64c022e0735530f1ff19b736c Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Sun, 25 Sep 2016 21:41:48 +0530 Subject: [PATCH] use UTC format in timezone --- features/site_configuration.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/site_configuration.feature b/features/site_configuration.feature index 5c495356..8bfe0fda 100644 --- a/features/site_configuration.feature +++ b/features/site_configuration.feature @@ -161,8 +161,8 @@ Feature: Site configuration And I have a post layout that contains "Post Layout: {{ content }} built at {{ page.date | date_to_xmlschema }}" And I have an "index.html" page with layout "page" that contains "site index page" And I have a configuration file with: - | key | value | - | timezone | America/New_York | + | key | value | + | timezone | UTC+04:00 | And I have a _posts directory And I have the following posts: | title | date | layout | content | @@ -181,8 +181,8 @@ Feature: Site configuration And I have a post layout that contains "Post Layout: {{ content }} built at {{ page.date | date_to_xmlschema }}" And I have an "index.html" page with layout "page" that contains "site index page" And I have a configuration file with: - | key | value | - | timezone | Pacific/Honolulu | + | key | value | + | timezone | UTC+10:00 | And I have a _posts directory And I have the following posts: | title | date | layout | content |