srawlins / timezone

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

Wrong doc comment example for TZDateTime.local #81

Open nt4f04uNd opened 3 years ago

nt4f04uNd commented 3 years ago

The current doc comment example for TZDateTime.local constructor is an unchanged duplicate of one for TZDateTime.utc https://github.com/srawlins/timezone/blob/5535603e5e9b40945cb7b4ec45e5e11d6bb19026/lib/src/date_time.dart#L136-L141 https://github.com/srawlins/timezone/blob/5535603e5e9b40945cb7b4ec45e5e11d6bb19026/lib/src/date_time.dart#L152-L157