Skip to content

Commit

Permalink
Corrected millisecond
Browse files Browse the repository at this point in the history
  • Loading branch information
vnalawad-tibco committed Nov 17, 2021
1 parent 45ac645 commit e9bceb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function/datetime/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func format(format string) string {

if strings.Contains(strings.ToLower(format), "ss") {
format = strings.Replace(format, "ss", "05", -1)
format = strings.Replace(format, "SS", "05", -1)
format = strings.Replace(format, "SSS", "999", -1)

}
return format
Expand Down

0 comments on commit e9bceb8

Please sign in to comment.