From 878f8607ff0fa9e52e17da05fc75bb2258814a51 Mon Sep 17 00:00:00 2001 From: Kevin Lisota Date: Mon, 3 Aug 2015 08:47:22 -0700 Subject: [PATCH] fix timezone offset in ISO 8601 date in byline get_the_time('c') returns the local time in ISO 8601 format, but does not fetch the GMT timezone offset. This is incorrect. get_post_time is the correct function here, using the true parameter for GMT --- templates/entry-meta.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/entry-meta.php b/templates/entry-meta.php index b47cb0c..95bd3b1 100644 --- a/templates/entry-meta.php +++ b/templates/entry-meta.php @@ -1,2 +1,2 @@ - +