Is there a time server that offers an API that i can grab the current eastern time from?

前端 未结 3 1762
说谎
说谎 2021-01-21 09:29

Ok we have a countdown on our site and I need to do an api call to get the current eastern time. I have this link which is the time I need. Is there any way or any webservice th

3条回答
  •  借酒劲吻你
    2021-01-21 10:05

    http://worldclockapi.com/ is helpful.

    Try this: http://worldclockapi.com/api/json/est/now

    And you may want to use the JSONP version or some sort of CORS proxy.

提交回复
热议问题