Skip to content

Instantly share code, notes, and snippets.

@machkouroke
Created March 22, 2023 18:05
Show Gist options
  • Save machkouroke/ef78007838d760a00f623cea2dc815d7 to your computer and use it in GitHub Desktop.
Save machkouroke/ef78007838d760a00f623cea2dc815d7 to your computer and use it in GitHub Desktop.
DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy/MM/dd HH:mm:ss.SSS").withZone(ZoneId.systemDefault());
String formatted date = formatter.format(this.date);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment