-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
time zone specific date in response when requested #19
Comments
My concern with allowing this is now the API developer will have to manage datetime properly and that becomes a slippery slope.
|
So just use UTC with offset and avoid the daylight savings debacle? |
I agree, but what do we do when customers want the date fields in their timezone Interpreting the time difference due to timezone change after DST change is on them in that case, of course. |
By the way, I have 0 problem with responding UTC date fields as long as I can include non-UTC date time for downloadable contents for this issue - #20 |
No unfortunately offset is heavily dependent on the timezone and that is also affected by DST. |
Current spec requires any date time field in response to be in UTC timezone.
It's generally client's responsibility to format the date time field,
but, is there a use case that we want to allow users to ask for date time field in response in specific timezone?
The text was updated successfully, but these errors were encountered: