From b3908ee4550a961a9941d65008f3b1dded03526d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 15 Jan 2014 11:12:02 -0800 Subject: [PATCH] [docs] Add timezone to _config This way we hopefully won't churn the feed when genereated in a different time zone (eg France). --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 696ce106..08838914 100644 --- a/_config.yml +++ b/_config.yml @@ -18,3 +18,4 @@ description: A JavaScript library for building user interfaces relative_permalinks: true paginate: 5 paginate_path: /blog/page:num/ +timezone: America/Los_Angeles