Open jomey opened 4 years ago
Similar to class CheckDatetime(CheckType): use the dateparser.timezone_parser.word_is_tz() function to check validity of user given timezones.
class CheckDatetime(CheckType):
dateparser.timezone_parser.word_is_tz()
Incheck already depends on the dateparser library and would not introduce a new dependency with this.
dateparser
Similar to
class CheckDatetime(CheckType):
use thedateparser.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.