Skip to content

Commit

Permalink
[develop] Note
Browse files Browse the repository at this point in the history
  • Loading branch information
lnquy committed Apr 13, 2020
1 parent e93cb31 commit 01ae1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ func (e *ExpressionDescriptor) getYearDescription(exprParts []string, locale Loc
exprParts[6],
"",
func(s string) string {
return s // TODO
return s // Note: Not handle the cases when year is not in full, e.g.: 93, 99
},
func(s string) string {
return sprintf(locale.GetString(commaEveryX0Years), s)
Expand Down

0 comments on commit 01ae1fe

Please sign in to comment.