srawlins / timezone

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

Remove `new` usage from examples, fix a typo in the TZDateTime.from example #93

Closed jamesderlin closed 3 years ago

jamesderlin commented 3 years ago

The TZDateTime.from example accidentally swapped the DateTime and Location arguments. While I'm touching this, remove new usage from the various examples.