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 |
atSystemTimeZone(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.ZonedDateTime |
atUserTimeZone(java.time.ZonedDateTime zonedDateTime) |
static java.time.ZoneId |
getCoordinatedUniversalTimeZone() |
static java.time.ZoneId |
getSystemZone() |
static java.time.ZoneId |
getUserZone() |
static Date |
toDate(java.time.ZonedDateTime dateTime) |
static String |
toString(java.time.ZonedDateTime dateTime) |
static java.time.ZonedDateTime |
valueOf(String date) |
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.ZonedDateTime atSystemTimeZone(java.time.ZonedDateTime zonedDateTime)
public static java.time.ZonedDateTime atUserTimeZone(java.time.ZonedDateTime zonedDateTime)
public static java.time.ZoneId getUserZone()
public static java.time.ZoneId getSystemZone()
public static java.time.ZoneId getCoordinatedUniversalTimeZone()
public static Date toDate(java.time.ZonedDateTime dateTime)
public static String toString(java.time.ZonedDateTime dateTime)
public static java.time.ZonedDateTime valueOf(String date)
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.