From ee815aaf958c707ad07547cd62150d973710f747 Mon Sep 17 00:00:00 2001 From: Jeff Hodges Date: Sat, 1 Aug 2015 19:34:06 -0700 Subject: [PATCH] add date formats found in jekyll posts The first added is definitely in jekyll. The second, I believe, happens, too. --- caste.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/caste.go b/caste.go index 62534ac..b8e6044 100644 --- a/caste.go +++ b/caste.go @@ -433,6 +433,8 @@ func StringToDate(s string) (time.Time, error) { "02 Jan 06 15:04 MST", "2006-01-02", "02 Jan 2006", + "2006-01-02 15:04:05 -07:00", + "2006-01-02 15:04:05 -0700", }) }