def skip_if_not_utc(): if (not is_tz_utc()): skip_unless_precommit_tests( 'The java system time zone is not set to UTC')
def skip_if_not_utc(): if (not is_tz_utc()): pytest.skip('The java system time zone is not set to UTC')