good first issuehacktoberfestkind/feature
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe.
Timestamp is a very common datatype in all databases. We can convert timestamp into int64, but this will be a overhead for the user.
We can follow the definition of PG https://www.postgresql.org/docs/current/datatype-datetime.html about what datetime data type should behave
We need to mainly support 4 data types. Date w/without timezone time w/without timezone
And main display method and filter function on top of it
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response