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
The `Timestamp` Converter takes a `time.Time` and converts it to a human readable string representations of the time according to the specidied format.
1969
+
The `FormatTime` Converter takes a `time.Time` and converts it to a human readable string representations of the time according to the specidied format.
1970
1970
1971
1971
`time`is `time.Time`. If `time` is another type an error is returned. `format` is a string.
1972
1972
@@ -2015,7 +2015,7 @@ If `format` is nil, an error is returned. The parser used is the parser at [inte
0 commit comments