From 62bda6076b3f5b4136488f1baef8372f588050ba Mon Sep 17 00:00:00 2001
From: Lachlan Holden
Date: Sat, 14 Dec 2013 15:04:31 +1030
Subject: [PATCH] Added a link to the list of all tz database time zones
---
site/docs/configuration.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/site/docs/configuration.md b/site/docs/configuration.md
index df93d9c6..ef9743b6 100644
--- a/site/docs/configuration.md
+++ b/site/docs/configuration.md
@@ -91,8 +91,9 @@ class="flag">flags (specified on the command-line) that control them.
environment variable, which Ruby uses to handle time and date
creation and manipulation. Any entry from the
IANA Time Zone
- Database is valid, e.g. America/New_York
. The default
- is the local time zone, as set by your operating system.
+ Database is valid, e.g. America/New_York
. A list of all
+ available values can be found
+ here. The default is the local time zone, as set by your operating system.
@@ -380,4 +381,4 @@ In addition to the defaults mentioned above, you can also turn on recognition of
For example, in your `_config.yml`:
kramdown:
- input: GFM
\ No newline at end of file
+ input: GFM
|