Skip to content

Commit

Permalink
fix: ceph date format error
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu Jian committed May 29, 2024
1 parent c920e76 commit 8a6e3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/timeutils/timeutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const (

RFC2882Format = time.RFC1123

CephTimeFormat = "Mon Jan 2 15:04:05 2006"
CephTimeFormat = "Mon Jan _2 15:04:05 2006"
)

func IsoTime(now time.Time) string {
Expand Down

0 comments on commit 8a6e3e9

Please sign in to comment.