From d3083a96dc0261733c37dab39941f973ed430830 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Sat, 25 Jun 2016 08:53:34 +1000 Subject: [PATCH] Add ghetto expiry fix --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index fb201b1..03876de 100644 --- a/main.go +++ b/main.go @@ -135,7 +135,7 @@ func save(raw string, lang string, title string, expiry string) []string { break default: - expiryTime = now.Format("2006-01-02 15:04:05") + expiryTime = now.Add(time.Hour * 24 * 365 * 200).Format("2006-01-02 15:04:05") break }