From 4d1d33f2b5888043a12f3a4aeeb84bb14b833859 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 58d72df..6ee56fe 100644 --- a/caste.go +++ b/caste.go @@ -365,6 +365,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", }) }