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 am running into a variation of #1979 difference in my case is that the timestamp is in milliseconds. My approach would be to follow ThomasObenaus@ecddd03 example and extend the supported format to not only support unix and unixnano but also unixmilli.
Would such a PR be welcome?
Thank you
Jens
The text was updated successfully, but these errors were encountered:
I was just looking whether gin can do a binding directly from milliseconds and I'm confused - was this ever implemented?
Or do we need to keep dividing the timestamp by 1000 to fit the "unix" time_format when submitting requests through gin?
(It doesn't look like there's any implementation around unixMilli)
Hi,
I am running into a variation of #1979 difference in my case is that the timestamp is in milliseconds. My approach would be to follow ThomasObenaus@ecddd03 example and extend the supported format to not only support unix and unixnano but also unixmilli.
Would such a PR be welcome?
Thank you
Jens
The text was updated successfully, but these errors were encountered: