diff --git a/DuckDB.NET.Data/Internal/DuckDBTypeMap.cs b/DuckDB.NET.Data/Internal/DuckDBTypeMap.cs index 46f5f0d..40fa9dd 100644 --- a/DuckDB.NET.Data/Internal/DuckDBTypeMap.cs +++ b/DuckDB.NET.Data/Internal/DuckDBTypeMap.cs @@ -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},