Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
DateTime
class and to_pydatetime
function to handle timezo…
…ne information * Preserve timezone information when converting Python `datetime` objects to C# `System.DateTime` objects * Handle different date formats and retain timezone information when converting C# `System.DateTime` objects to Python `datetime` objects * Avoid setting the timezone attribute directly on the datetime class and handle timezone-aware datetime objects correctly using existing methods
- Loading branch information