srawlins / timezone

Time zone database and time zone aware DateTime object for Dart.
BSD 2-Clause "Simplified" License
101 stars 52 forks source link

Add getter to TZDateTime for native DateTime #189

Open klondikedragon opened 3 months ago

klondikedragon commented 3 months ago

Allows retrieval of the equivalent native DateTime object. I'm using TZDateTime on conjunction with third-party libraries that specifically check for the exact type of DateTime, so this is needed to efficiently get the underlying native DateTime.