public class SnowflakeTimestampWithTimezone extends Timestamp
| Constructor and Description |
|---|
SnowflakeTimestampWithTimezone(long seconds,
int nanoseconds,
TimeZone timezone) |
SnowflakeTimestampWithTimezone(Timestamp ts) |
SnowflakeTimestampWithTimezone(Timestamp ts,
TimeZone timezone) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string representation in UTC
|
after, before, compareTo, compareTo, equals, equals, from, getNanos, getTime, hashCode, setNanos, setTime, toInstant, toLocalDateTime, valueOf, valueOfafter, before, clone, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTimezoneOffset, getYear, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setYear, toGMTString, toLocaleString, UTCpublic SnowflakeTimestampWithTimezone(long seconds,
int nanoseconds,
TimeZone timezone)
public SnowflakeTimestampWithTimezone(Timestamp ts, TimeZone timezone)
public SnowflakeTimestampWithTimezone(Timestamp ts)
Copyright © 2022. All rights reserved.