USDA-ARS-NWRC / inicheck

Automated handling, checking, and outputting of complicated .ini configuration files.
Other
1 stars 4 forks source link

Add Timezone checker #53

Open jomey opened 4 years ago

jomey commented 4 years ago

Similar to class CheckDatetime(CheckType): use the dateparser.timezone_parser.word_is_tz() function to check validity of user given timezones.

Incheck already depends on the dateparser library and would not introduce a new dependency with this.