Skip to content

Commit

Permalink
Merge pull request #129 from swordqiu/hotfix/qj-ceph-format-error
Browse files Browse the repository at this point in the history
fix: ceph date format error
  • Loading branch information
swordqiu authored May 29, 2024
2 parents c920e76 + 8a6e3e9 commit 1e6d92f
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 1e6d92f

Please sign in to comment.