diff --git a/site/docs/variables.md b/site/docs/variables.md
index 7f93b12b..979d358d 100644
--- a/site/docs/variables.md
+++ b/site/docs/variables.md
@@ -197,7 +197,9 @@ following is a reference of the available data.
The Date assigned to the Post. This can be overridden in a Post’s front
matter by specifying a new date/time in the format
- YYYY-MM-DD HH:MM:SS
+ YYYY-MM-DD HH:MM:SS
(assuming UTC), or
+ YYYY-MM-DD HH:MM:SS +/-TTTT
(to specify a time zone using
+ an offset from UTC. e.g. 2008-12-14 10:30:00 +0900
).