-
Notifications
You must be signed in to change notification settings - Fork 40
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
Could we get the time of the last update? #94
Comments
update time is roughly utc 00:00 |
When can the API generally return the latest exchange rate for the day? I am currently in the GMT+8 time zone, and the latest API still returns data for March 21. |
In my case as well, I am in the UTC+09 time zone, but it still returns data for September 7. The current time is 10:08 AM in UTC+09 and 1:08 AM in UTC+00. @fawazahmed0 |
jsdelivr takes some time to update the data. To avoid this, you can use cloudflare url. |
@fawazahmed0 Thanks for the reply. but, |
Github actions can run any time after UTC 00:00, for example today it ran on ~ UTC 01:30 |
Thank you for the explanation. It may update a little slowly. |
I know you include the date, but is it possible to add a time property to the JSON with some kind of timestamp of the last update?
I want to be able to put a "exchange rate last updated" note, but without a time I can't even display a date in the user's timezone.
Thanks
The text was updated successfully, but these errors were encountered: