srawlins / timezone

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

Location with name "Asia/Katmandu" doesn't exist. #136

Closed E-n-N-D closed 1 year ago

E-n-N-D commented 2 years ago

The spelling "Katmandu" is a mistake. It must be "Kathmandu".

Kristina-Isakovich commented 2 years ago

Try using import 'package:timezone/data/latest_all.dart' as tz; instead of import 'package:timezone/data/latest.dart' as tz;