public class SnowflakeTimeWithTimezone extends Time
| Constructor and Description |
|---|
SnowflakeTimeWithTimezone(long time,
int nanos,
boolean useSessionTimeZone) |
SnowflakeTimeWithTimezone(Timestamp ts,
TimeZone sessionTimeZone,
boolean useSessionTimeZone) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNano() |
ZoneOffset |
getOffset() |
String |
toString()
Returns a string representation in session's timezone so as to display "wallclock time"
|
getDate, getDay, getMonth, getYear, setDate, setMonth, setTime, setYear, toInstant, toLocalTime, valueOf, valueOfafter, before, clone, compareTo, equals, from, getHours, getMinutes, getSeconds, getTime, getTimezoneOffset, hashCode, parse, setHours, setMinutes, setSeconds, toGMTString, toLocaleString, UTCpublic SnowflakeTimeWithTimezone(long time,
int nanos,
boolean useSessionTimeZone)
public int getNano()
public ZoneOffset getOffset()
Copyright © 2023. All rights reserved.