ServerTimeZone
The timezone by which the server's DateTime values are represented. The value of this property affects how DateTime results are converted between the server and the client machine.
Data Type
string
Default Value
"Etc/UTC"
Remarks
By default, the driver considers the server timezone to be Etc/UTC. If the server operates in a specific timezone, you can specify its IANA format (for example, America/New_York). Values returned by the server in the specified timezone are converted to the local timezone of the machine before appearing in the result set.