-
-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What is the problem this feature would solve?
Would love to have a timeZone parameter in for example set
to easily set a response timezone for t.Date() transformation to string. Currently i would have to set the response object to t.String() and then format the string to a timezone myself. I saw in the elysia code that forcing a timeZone is possible in the response transformation so it would be amazing if we could use it.
What is the feature you are proposing to solve the problem?
timeZone parameter somewhere to set to change the transform behavior after t.Date()
What alternatives have you considered?
Setting the response to t.String and transforming the Date object with a timezone myself.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request