Created
December 6, 2016 03:57
-
-
Save gigenthomas/bdcf4c93a2beebd5e33259ebd00b4d85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| UTC to Date | |
| ==== | |
| LocalDateTime ldt = LocalDateTime.now(Clock.systemUTC()); | |
| Instant instant = ldt.toInstant(ZoneOffset.UTC); | |
| Date now = Date.from(instant); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment