parquet-dotnet icon indicating copy to clipboard operation
parquet-dotnet copied to clipboard

DateTimeOffset - loss of offset information

Open voltcode opened this issue 4 years ago • 1 comments

scenario

store a value of datetimeoffset type with a non 0 utc offset (all tests store utc, so they dont see this issue). Observe both time and offset field stored.

load the same value using this library

compare stored datetime value and offset with loaded value and offset - offset will be 0 but should be the same as it was stored.

voltcode avatar Mar 19 '21 12:03 voltcode

This isn't the official Parquet.NET repo. See https://github.com/aloneguid/parquet-dotnet

markpattison avatar Mar 10 '22 14:03 markpattison