aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/relative_date_weird_results.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-19 19:13:40 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-19 19:21:44 -0400
commit2b569f99d9e7f1d4d30c7f3adde9729ff4d868cf (patch)
tree0b060526113707326edcf1c8fd47eda7e817102e /doc/bugs/relative_date_weird_results.mdwn
parentac8e8f5ad7387a815cb0eb1b0a662694c86f2439 (diff)
downloadikiwiki-2b569f99d9e7f1d4d30c7f3adde9729ff4d868cf.tar
ikiwiki-2b569f99d9e7f1d4d30c7f3adde9729ff4d868cf.tar.gz
fix relativedate timezone inclusion
The machine parseable date needs to include a timezone. Also, simplified the interface for date display.
Diffstat (limited to 'doc/bugs/relative_date_weird_results.mdwn')
-rw-r--r--doc/bugs/relative_date_weird_results.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/relative_date_weird_results.mdwn b/doc/bugs/relative_date_weird_results.mdwn
index ee5d1ad04..9f35e47f7 100644
--- a/doc/bugs/relative_date_weird_results.mdwn
+++ b/doc/bugs/relative_date_weird_results.mdwn
@@ -1 +1,4 @@
I just submitted a new bug, and... after clicking "save", my brand new bug page displays, at the bottom: "Last edited 6 hours and 3 minutes ago". Timezone issue, I guess? (Hint: I'm in France) -- [[intrigeri]]
+
+> Yep, it wasn't including a timezone in the machine parseable time.
+> [[done]] --[[Joey]]