public class ZonedDateTimeUtilities extends Object
| Constructor and Description |
|---|
ZonedDateTimeUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static java.time.ZonedDateTime |
atCoordinatedUniversalTimeZone(Date value) |
static java.time.ZonedDateTime |
atCoordinatedUniversalTimeZone(java.time.LocalDateTime localDateTime,
java.time.ZoneId zoneId) |
static java.time.ZonedDateTime |
atCoordinatedUniversalTimeZone(java.time.ZonedDateTime zonedDateTime) |
static java.time.ZonedDateTime |
atTimeZone(Date date,
java.time.ZoneId zone) |
static java.time.ZonedDateTime |
atTimeZone(Date date,
java.time.ZoneId zone) |
static java.time.ZoneId |
getCoordinatedUniversalTimeZone() |
static java.time.ZoneId |
getSystemZone() |
static java.time.ZoneId |
getUserZone() |
static String |
toString(java.time.ZonedDateTime dateTime) |
public static java.time.ZonedDateTime atTimeZone(Date date, java.time.ZoneId zone)
public static java.time.ZonedDateTime atTimeZone(Date date, java.time.ZoneId zone)
public static java.time.ZonedDateTime atCoordinatedUniversalTimeZone(Date value)
public static java.time.ZonedDateTime atCoordinatedUniversalTimeZone(java.time.LocalDateTime localDateTime,
java.time.ZoneId zoneId)
public static java.time.ZonedDateTime atCoordinatedUniversalTimeZone(java.time.ZonedDateTime zonedDateTime)
public static java.time.ZoneId getUserZone()
public static java.time.ZoneId getSystemZone()
public static java.time.ZoneId getCoordinatedUniversalTimeZone()
public static String toString(java.time.ZonedDateTime dateTime)
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.