Cmdlets for Snowflake

Build 25.0.9434

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, Unspecified

Data 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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434