fix tests so that the text name of the timezone will be available everywhere

This commit is contained in:
Jason Moiron
2013-12-03 14:19:50 -05:00
parent 68a42d4e1f
commit ecaffcc6c4
+1 -1
View File
@@ -74,7 +74,7 @@ var rssOutput = `<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
</rss>`
func TestFeed(t *testing.T) {
now, _ := time.Parse(time.RFC3339, "2013-01-16T21:52:35-05:00")
now, _ := time.Parse("2006-01-02T15:04:05 MST", "2013-01-16T21:52:35 EST")
feed := &Feed{
Title: "jmoiron.net blog",
Link: &Link{Href: "http://jmoiron.net/blog"},