We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45ac645 + e9bceb8 commit 8117573Copy full SHA for 8117573
function/datetime/common.go
@@ -72,7 +72,7 @@ func format(format string) string {
72
73
if strings.Contains(strings.ToLower(format), "ss") {
74
format = strings.Replace(format, "ss", "05", -1)
75
- format = strings.Replace(format, "SS", "05", -1)
+ format = strings.Replace(format, "SSS", "999", -1)
76
77
}
78
return format
0 commit comments