srawlins / timezone

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

Pacific/Bougainville timezone missing from the default package #59

Open Max-Might opened 4 years ago

Max-Might commented 4 years ago

The Pacific/Bougainville timezone is missing from the default package but is present in the all package.

I think it has not been deprecated according to this list.

DominicOrga commented 3 years ago

I was able to use deprecated locations by importing 'package:timezone/data/latest_all.dart' instead of 'package:timezone/data/latest.dart'.

Max-Might commented 3 years ago

@DominicOrga yeah, that is what I said. The thing is that this timezone is no deprecated so it should be in the latest package too.