Skip to content

Commit 61d22cc

Browse files
jouvinhegner
authored and
hegner
committed
Fix timezone handling on Windows
- Replace non-standard Switzerland/Geneva timezone by Europe/paris
1 parent ba139c7 commit 61d22cc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Gemfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
source "https://rubygems.org"
22

33
gem 'jekyll-feed'
4-
gem "github-pages"
4+
gem "github-pages", ">= 150"
55
gem "html-proofer"
66

77
# Suggested by Jekyll
88
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
9+
10+
# Required on Windows for recent versions (>= 3.6) of Jekyll
11+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: HEP Software Foundation Newsletter
22
description: News from the HEP Software Foundation
33
url: http://www.hepsoftwarefoundation.org
44
excerpt_separator: <!--more-->
5-
timezone: Switzerland/Geneva
5+
timezone: Europe/Paris
66
highlighter: rouge
77
markdown: kramdown
88
future: true

0 commit comments

Comments
 (0)