public class SnowflakeDateWithTimezone extends Date
| Constructor and Description |
|---|
SnowflakeDateWithTimezone(long date,
TimeZone timezone,
boolean useSessionTimezone) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string representation in UTC so as to display "wallclock time"
|
getHours, getMinutes, getSeconds, setHours, setMinutes, setSeconds, setTime, toInstant, toLocalDate, valueOf, valueOfpublic SnowflakeDateWithTimezone(long date,
TimeZone timezone,
boolean useSessionTimezone)
Copyright © 2022. All rights reserved.