Solved

Change date format to Eastern Time

  • 27 December 2019
  • 1 reply
  • 711 views

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

icon

Best answer by Phong1426275020 27 December 2019, 22:46

View original

1 reply

Userlevel 1

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