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 preserve time…
…zone information * Update `DateTime` class to preserve timezone information when converting Python `datetime` objects to C# `System.DateTime` objects * Update `to_pydatetime` function to handle different date formats and retain timezone information when converting C# `System.DateTime` objects to Python `datetime` objects * Add `test_quote_constructor_handles_various_date_formats` method to verify that the `Quote` class can handle various date formats
- Loading branch information