-
Notifications
You must be signed in to change notification settings - Fork 38.3k
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
Support parsing long
dates in InstantFormatter
#30546
Conversation
RemusRD
commented
May 25, 2023
•
edited by sbrannen
Loading
edited by sbrannen
- addresses Add support for converting a String to an Instant #30312
See #30312 |
InstantFormatter
InstantFormatter
long
dates in InstantFormatter
Fixing the linting shortly! |
...ontext/src/test/java/org/springframework/format/datetime/standard/InstantFormatterTests.java
Outdated
Show resolved
Hide resolved
…me/standard/InstantFormatterTests.java Co-authored-by: Simon Baslé <[email protected]>
Wondering if the formatting shouldn't have been done by my Intellij IDEA? Maybe I have something not configured properly? Or is there any gradle task to format the code? |
Thanks for fixing the formatting. There isn't really a Gradle task, but there is some guidance in the |