Skip to content

Commit

Permalink
Change DateTimeOffset mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi committed Nov 19, 2024
1 parent ae2decb commit a241693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDB.NET.Data/Internal/DuckDBTypeMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ internal static class DuckDBTypeMap
{ typeof(DateOnly), DuckDBType.Date},
{ typeof(TimeOnly), DuckDBType.Time},
#endif
{ typeof(DateTimeOffset), DuckDBType.TimeTz},
{ typeof(DateTimeOffset), DuckDBType.TimestampTz},
{ typeof(BigInteger), DuckDBType.HugeInt},
{ typeof(string), DuckDBType.Varchar},
{ typeof(decimal), DuckDBType.Decimal},
Expand Down

0 comments on commit a241693

Please sign in to comment.