This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
Fixed
- Fixed an issue where
pendulum.DateTime
objects were not properly serialized byJsonSerializationWriter
. Now,pendulum.DateTime
objects are correctly recognized as subclasses ofdatetime.datetime
and serialized accordingly.