Skip to content
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

Please add time zone information to the output date #80

Open
lujnan opened this issue Jan 8, 2025 · 1 comment
Open

Please add time zone information to the output date #80

lujnan opened this issue Jan 8, 2025 · 1 comment

Comments

@lujnan
Copy link

lujnan commented Jan 8, 2025

/* curl -s https://api.frankfurter.dev/v1/latest */
{
  "base": "EUR",
  "date": "2025-01-07",      <<==== Please add time zone information
  "rates": {
    "AUD": 1.6557,
    "BGN": 1.9558,
    "BRL": 6.3134,
    "CAD": 1.4878,
    "...": "..."
  }
}
@hakanensari
Copy link
Member

Thanks for the suggestion! Frankfurter provides daily reference rates (not tied to specific points in time) based on ECB data and, in the future, other sources. Since these are daily averages, adding a timestamp or timezone might not reflect the data accurately. Let me think this over!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants