We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It currently seems to be fixed to M/D/YYYY. it should format according to the users locale (which would be DD.MM.YYYY for me (de_DE))
The text was updated successfully, but these errors were encountered:
looking at the code, it seems like it is already supposed to do that
guide/src/app/page.tsx
Line 27 in c1588ae
but it seems like it is evaluated at deployment time, and not on the users browser
Sorry, something went wrong.
looking at the code, it seems like it is already supposed to do that guide/src/app/page.tsx Line 27 in c1588ae <div>Last Updated: {lastUpdate.toLocaleDateString()}</div> but it seems like it is evaluated at deployment time ,and not on the users browser
but it seems like it is evaluated at deployment time ,and not on the users browser
Hah you are right, that is a consequence of switching from purely client-side (Vite) to static-site (Next) and I simply forgot about this. Good catch.
No branches or pull requests
It currently seems to be fixed to M/D/YYYY.
it should format according to the users locale (which would be DD.MM.YYYY for me (de_DE))
The text was updated successfully, but these errors were encountered: