How to get DateTime less than milliseconds? #80
Unanswered
Jun-Murakami
asked this question in
Q&A
Replies: 1 comment 1 reply
-
As far as I can tell @Jun-Murakami, PostgREST (the database API that's leveraged for this library) doesn't have support for timestamps with milli/microseconds (at least it's not listed in their API documentation). An alternative would be to store the value as a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Thanks for developing this very useful library.
Storing DateTime type values in the database,
when I fetch it locally, the decimal second values are lost. (milliseconds/microseconds)
I don't know if it's a bug, my usage is wrong, or a specification, so I'm posting it in this forum.
Beta Was this translation helpful? Give feedback.
All reactions