Skip to content

Instantly share code, notes, and snippets.

@phdoerfler
Last active April 13, 2021 10:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phdoerfler/fa6a29dbca75936b1d1b68c7df8ea750 to your computer and use it in GitHub Desktop.
Save phdoerfler/fa6a29dbca75936b1d1b68c7df8ea750 to your computer and use it in GitHub Desktop.
Java Time

2021-04-06T10:03:57.249000072Z too precise?

instant.truncatedTo(ChronoUnit.SECONDS)

Custom formatter?

.withZone!

def dtFormatter = DateTimeFormatter.ofLocalizedDateTime(FormatStyle.SHORT).withZone(ZoneId.systemDefault())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment