Skip to content

ahmdt/country_to_timezone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

platform platform pub package

Converts a ISO 3166-1 alpha-2 code to a timezone. (e.g. 'DE' to 'Europe/Berlin')

Usage

Just import the package and use the convert function:

final timezone = CountryToTimezone.convert('DE'); 
// timezone = 'Europe/Berlin'

Additional information

Have fun and help grow the dart and flutter ecosystem

About

Converts a ISO 3166-1 alpha-2 code to a timezone. (e.g. 'DE' to 'Europe/Berlin')

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages