ClientTimestampNTZTimezone Parameter (Connect-Snowflake Cmdlet)
Controls how to handle the Timestamp_NTZ value since the Timestamp_NTZ type is a value without time zone.
Syntax
Connect-Snowflake -ClientTimestampNTZTimezone string
Possible Values
Local, UTC, UnspecifiedData Type
cstr
Default Value
"Local"
Remarks
There are three accepted values: Local, UTC, and Unspecified.
- Local: Returns a DateTime value with its Kind property set to DateTimeKind.Local.
- UTC: Returns a DateTime value with its Kind property set to DateTimeKind.Utc.
- Unspecified: Returns a DateTime value with its Kind property set to DateTimeKind.Unspecified.