DateTimeUtils instead.@Deprecated public class TimestampDataUtil extends Object
TimestampTokenConverter| Constructor and Description |
|---|
TimestampDataUtil()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Timestamp |
epochTimeToTimestamp(long epochSecs,
int subsecNanos,
int offsetSecs)
Deprecated.
since 6.1; use
DateTimeUtils.toTimestamp(long, int, int) instead |
static TimestampToken |
parse(String timestampText)
Deprecated.
since 6.1; use
TimestampToken.parse(String) instead. |
@Deprecated public static Timestamp epochTimeToTimestamp(long epochSecs, int subsecNanos, int offsetSecs)
DateTimeUtils.toTimestamp(long, int, int) insteadepochSecs - number of seconds since Java epochsubsecNanos - fractional portion of epoch time in nanosecondsoffsetSecs - time zone + daylight saving time offset in seconds@Deprecated public static TimestampToken parse(String timestampText)
TimestampToken.parse(String) instead.timestampText - an ISO 8601 timestamp valueTimestampToken,
or null if timestampText is nullTimestampTokenConverter.set(String)Copyright © 2016 Actian Corporation. All rights reserved.