-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: BSON
-
Minor Change
CodecOptions and JSONOptions should have the same default value for tz_aware. Currently CodecOptions' default is False and JSONOptions' default is True. This leads to inconsistent default behavior when decoding.
- causes
-
PYTHON-3259 Timezones are getting dropped when converting to JSON
- Closed