Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash during normalization of time zones
Add another chak for the tests Address PR comments and add more test cases Fix edge case on Windows Fix broken test on windows Recreate the timestamp with timezone Coerce all timezone to datetime.timezone Add metadata to compat tests Add meta to compat tests Add a check for the buff len from denormalizing timestamps Add a note in the docs about using the time zone info to create other time zone types Add comment about the old PD_TIMESTAMP normalization Handle case when we have a valid tz from a past version Fix tz in meta in backwards compat test Fix install of old protobuf version Remove outdated assert Add 0 offset case Add write of meta data Fix interop test Add metadata to append Rebase Fix Test with string only Fix comparison of time zone information in test_normalization.py Normalize time zone information in _normalization.py Normalize time zone information in _normalization.py and fix crash during normalization of time zones Fix some details Don;t create libs with v2 encoding Update test cases
- Loading branch information