public class TimeZoneIdentifier
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
TIME_ZONE_PARAM_ID |
Constructor and Description |
---|
TimeZoneIdentifier() |
Modifier and Type | Method and Description |
---|---|
static java.util.Date |
getCityDate(java.sql.Connection con,
int cityId) |
static java.util.Calendar |
getCityDateCalendar(java.sql.Connection con,
int cityId) |
static java.time.LocalDateTime |
getCityLocalDateTime(java.sql.Connection con,
int cityId) |
static java.time.ZonedDateTime |
getCityNow(java.sql.Connection con,
int cityId) |
static java.lang.String |
getTimeZoneId(java.sql.Connection con,
int cityId) |
public static final int TIME_ZONE_PARAM_ID
public static java.util.Date getCityDate(java.sql.Connection con, int cityId) throws BGException
BGException
public static java.time.LocalDateTime getCityLocalDateTime(java.sql.Connection con, int cityId) throws BGException
BGException
public static java.util.Calendar getCityDateCalendar(java.sql.Connection con, int cityId) throws BGException
BGException
public static java.time.ZonedDateTime getCityNow(java.sql.Connection con, int cityId)
public static java.lang.String getTimeZoneId(java.sql.Connection con, int cityId) throws BGException
BGException