You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by uw...@apache.org on 2018/04/09 09:07:54 UTC

[arrow] branch master updated: ARROW-2419: [Site] Hard-code timezone

This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 57db8b5  ARROW-2419: [Site] Hard-code timezone
57db8b5 is described below

commit 57db8b5cb5ad0beccfdf1ad22367257d987e4fa2
Author: Antoine Pitrou <an...@python.org>
AuthorDate: Mon Apr 9 11:07:48 2018 +0200

    ARROW-2419: [Site] Hard-code timezone
    
    This avoids generating blog posts with different local times and dates depending on where the committer generating the Website is located.
    
    Author: Antoine Pitrou <an...@python.org>
    
    Closes #1858 from pitrou/ARROW-2419-site-generation-timezone and squashes the following commits:
    
    9e7c468 <Antoine Pitrou> ARROW-2419:  Hard-code timezone
---
 site/_config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/_config.yml b/site/_config.yml
index cbcf97d..b9dd723 100644
--- a/site/_config.yml
+++ b/site/_config.yml
@@ -18,6 +18,7 @@ permalink: /blog/:year/:month/:day/:title/
 repository: https://github.com/apache/arrow
 destination: build
 excerpt_separator: ""
+timezone: America/New_York
 
 kramdown:
   input: GFM

-- 
To stop receiving notification emails like this one, please contact
uwe@apache.org.