Skip to main content

Is it possible to change the date format the api returns back from utc to eastern time zone ?

No, you can not specify other date format in the response. All you can do is to get the response, parse the date and time string and convert it yourself.

See these discussions on stack overflow


Reply