I want to get current international time using internet in React Js
const date = new Date();
It basically get the current device time. But i do not want this.
When i change my device time, it also changed automatically(date).
Please suggest any good time zoon api for React js?