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, valueOf
public SnowflakeDateWithTimezone(long date, TimeZone timezone, boolean useSessionTimezone)
Copyright © 2021. All rights reserved.