You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think most people will have such a scenario where RFC3339 is not used as the default layout. We can add an option to control the layout used to deal with more flexible scenarios.
Of course, we will also use type NewType time.Time to implement TextMarshaler && TextUnmarshaler to change the way time is used, but it is more recommended to make a global modification in time.
The text was updated successfully, but these errors were encountered:
I think most people will have such a scenario where
RFC3339
is not used as the default layout. We can add an option to control the layout used to deal with more flexible scenarios.Of course, we will also use type NewType time.Time to implement
TextMarshaler
&&TextUnmarshaler
to change the way time is used, but it is more recommended to make a global modification in time.The text was updated successfully, but these errors were encountered: