@ThreadSafe public final class PDTConfig extends Object
| Modifier and Type | Method and Description |
|---|---|
static TimeZone |
getDefaultTimeZone() |
static ZoneId |
getDefaultZoneId() |
static TimeZone |
getUTCTimeZone() |
static ZoneId |
getUTCZoneId() |
static ESuccess |
setDefaultDateTimeZoneID(String sDateTimeZoneID)
Set the default date time zone to use.
|
@Nonnull public static ESuccess setDefaultDateTimeZoneID(@Nonnull @Nonempty String sDateTimeZoneID)
PDTFactory as well as the default JDK TimeZone.sDateTimeZoneID - Must be a valid, non-null time zone.ESuccess@Nonnull public static ZoneId getDefaultZoneId()
null. The
default is defined by the system.@Nonnull public static TimeZone getDefaultTimeZone()
null. The default
is is defined by the system.Copyright © 2014–2022 Philip Helger. All rights reserved.