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

Format for datetime is invalid #48

Open
wdroste opened this issue Nov 7, 2022 · 1 comment
Open

Format for datetime is invalid #48

wdroste opened this issue Nov 7, 2022 · 1 comment

Comments

@wdroste
Copy link

wdroste commented Nov 7, 2022

Current format:
yyyy-MM-dd'T'HH:mm:ss.sss

Correct format:
yyyy-MM-dd'T'HH:mm:ss.SSS

The 'S' is fraction of a second.

@wdroste
Copy link
Author

wdroste commented Nov 7, 2022

Also suggestion using the thread-safe version

  private static final DateTimeFormatter DATE_TIME_FORMATTER =
      DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss.SSS");

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

1 participant