hyperswitch
hyperswitch copied to clipboard
[FEATURE] unix timestamp to primitive date time
Feature Description
add a deserialization logic to convert unix timestamp to primitive date time so that there will no need to timestamp conversion in connectors
Possible Implementation
need to implement a new trait which has implementations of converting unix timestamp to required date time format
Have you spent some time to check if this feature request has been raised before?
- [X] I checked and didn't find similar issue
Have you read the Contributing Guidelines?
- [X] I have read the Contributing Guidelines
Are you willing to submit a PR?
Yes I am willing to submit a PR!