Skip to content

Commit

Permalink
use a standard time format
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi committed Jul 25, 2021
1 parent c131d3c commit c318186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c318186

Please sign in to comment.