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, valueOf
after, before, clone, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTimezoneOffset, getYear, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setYear, toGMTString, toLocaleString, UTC
public SnowflakeTimestampWithTimezone(long seconds, int nanoseconds, TimeZone timezone)
public SnowflakeTimestampWithTimezone(Timestamp ts, TimeZone timezone)
public SnowflakeTimestampWithTimezone(Timestamp ts)
Copyright © 2021. All rights reserved.