From c318186f26acad21a3cc7e108c3afc72869c2c0a Mon Sep 17 00:00:00 2001 From: Federico Ruggi Date: Sun, 25 Jul 2021 13:21:20 +0200 Subject: [PATCH] use a standard time format --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index dfbd488..d5bc2ef 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( const ( subtitleFormat = "Mon, Jan _2 2006 at 15:04" - applescriptFormat = "Mon, January _2, 2006 at 15:04:05" + applescriptFormat = "2006-01-02 15:04:05" defaultDuration = time.Hour updateJobName = "checkForUpdate" repo = "ruggi/calfred"