Skip to content

Commit

Permalink
feat: change time format to RFC3339Nano
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnu.ahsani committed Sep 29, 2022
1 parent b1fdf2b commit d616dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// NatsEventTimeFormat time format for NatsEvent 'time' field
const NatsEventTimeFormat = time.RFC3339
const NatsEventTimeFormat = time.RFC3339Nano

type (
// NatsEvent :nodoc:
Expand Down

0 comments on commit d616dd2

Please sign in to comment.