hasura / hasura/graphql-engine
Support for Converting int Format Unix Timestamps to DateTime
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
I have encountered an issue while using your product for handling time-related functionalities. In my projects, I am accustomed to storing Unix timestamps in an int numeric format. However, I have found that your product currently does not support converting int format Unix timestamps to a DateTime format.
This feature is crucial for me and other users who might face similar situations. Therefore, I kindly request that you consider adding support for int format Unix timestamps in future releases. This would enable us to handle and display time data more conveniently.
To better illustrate this issue, I have provided a simple example:
Current Unix timestamp stored (int format): 1622908800
Desired DateTime format: 2023-06-05 12:00:00
If you require further details regarding this issue, please feel free to contact me. I eagerly await your response and hope to see this feature implemented in the near future.
Contributor guide
Assessment
This issue has not been assessed yet.