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
I hope you return to the year well
The date format when the year is capitalized fails Select sysdate().format("YYYY-MM-dd")
Select sysdate().format("YYYY-MM-dd"), Select sysdate().format("yyyy-MM-dd")
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
@ffalarconj
we follow java formatting rules you can find them here: https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html the Y has a different meaning of y.
Y
y
No branches or pull requests
OrientDB Version: 3.2.36
Java Version: 23
OS: Ubuntu
Expected behavior
I hope you return to the year well
Actual behavior
The date format when the year is capitalized fails
Select sysdate().format("YYYY-MM-dd")
Steps to reproduce
Select sysdate().format("YYYY-MM-dd"), Select sysdate().format("yyyy-MM-dd")
The text was updated successfully, but these errors were encountered: