pinkfish / flutter_native_timezone

Apache License 2.0
75 stars 152 forks source link

Indian Timezone showing "Asia/Calcutta" instead of "Asia/Kolkata" #52

Closed NagaprabhuNagarajan closed 1 year ago

NagaprabhuNagarajan commented 1 year ago

Our Indian Timezone, especially "Asia/Calcutta" was the name changed to "Asia/Kolkata" a very long ago. But still, our package provides the previous timezone name. It is the right time to update our timezone database.

tjarvstrand commented 1 year ago

Hi @NagaprabhuNagarajan

This package has not been updated for more than 18 months and the author is not responding to issues or pull requests. Consider switching to flutter_timezone which is a fork of this repo.

That said, neither package contains its own timezone database. They only forward whatever value is reported by the current device's platform.

NagaprabhuNagarajan commented 1 year ago

Hi @NagaprabhuNagarajan

This package has not been updated for more than 18 months and the author is not responding to issues or pull requests. Consider switching to flutter_timezone which is a fork of this repo.

That said, neither package contains its own timezone database. They only forward whatever value is reported by the current device's platform.

Hi @tjarvstrand Thanks for your reply