Login and get codingHelp PyBites community friends find a reasonable common time to meet!
Complete the function below receiving a UTC
datetime
and one or more timezones (US/Arizona, Europe/Madrid, etc).Use
pytz
to see if the given datetime is inMEETING_HOURS
for all provided timezones. Return a boolean.If a wrong timezone is given raise a
ValueError
.See the TESTS tab for True/False scenarios. Good luck and have fun!