use UTC format in timezone
This commit is contained in:
parent
d79ca534e4
commit
6b6ce3cf18
|
|
@ -162,7 +162,7 @@ Feature: Site configuration
|
||||||
And I have an "index.html" page with layout "page" that contains "site index page"
|
And I have an "index.html" page with layout "page" that contains "site index page"
|
||||||
And I have a configuration file with:
|
And I have a configuration file with:
|
||||||
| key | value |
|
| key | value |
|
||||||
| timezone | America/New_York |
|
| timezone | UTC+04:00 |
|
||||||
And I have a _posts directory
|
And I have a _posts directory
|
||||||
And I have the following posts:
|
And I have the following posts:
|
||||||
| title | date | layout | content |
|
| title | date | layout | content |
|
||||||
|
|
@ -182,7 +182,7 @@ Feature: Site configuration
|
||||||
And I have an "index.html" page with layout "page" that contains "site index page"
|
And I have an "index.html" page with layout "page" that contains "site index page"
|
||||||
And I have a configuration file with:
|
And I have a configuration file with:
|
||||||
| key | value |
|
| key | value |
|
||||||
| timezone | Pacific/Honolulu |
|
| timezone | UTC+10:00 |
|
||||||
And I have a _posts directory
|
And I have a _posts directory
|
||||||
And I have the following posts:
|
And I have the following posts:
|
||||||
| title | date | layout | content |
|
| title | date | layout | content |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue