TimeZoneSettings class

Constructors

TimeZoneSettings(String value, {bool forceDecodeTimestamptzAsUTC = true, bool forceDecodeTimestampAsUTC = true, bool forceDecodeDateAsUTC = true})
value location name

Properties

forceDecodeDateAsUTC bool
if true decodes date as UTC if false decodes date as local datetime
getter/setter pair
forceDecodeTimestampAsUTC bool
if true decodes timestamp without timezone as UTC if false decodes timestamp without timezone as local datetime
getter/setter pair
forceDecodeTimestamptzAsUTC bool
if true decodes the timestamp with timezone as UTC if false decodes the timestamp with timezone as the timezone defined in the connection
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited