module documentation

Undocumented

Function test_utils_default_tz_info_aware Undocumented
Function test_utils_default_tz_info_naive Undocumented
Function test_utils_today Undocumented
Function test_utils_today_tz_info Undocumented
Function test_utils_today_tz_info_different_day Undocumented
Function test_utils_within_delta Undocumented
Function test_utils_within_delta_with_negative_delta Undocumented
Constant NYC Undocumented
def test_utils_default_tz_info_aware(): (source)

Undocumented

def test_utils_default_tz_info_naive(): (source)

Undocumented

@freeze_time(datetime(2014, 12, 15, 1, 21, 33, 4003))
def test_utils_today(): (source)

Undocumented

@freeze_time(datetime(2014, 12, 15, 12), tz_offset=5)
def test_utils_today_tz_info(): (source)

Undocumented

@freeze_time(datetime(2014, 12, 15, 23), tz_offset=5)
def test_utils_today_tz_info_different_day(): (source)

Undocumented

def test_utils_within_delta(): (source)

Undocumented

def test_utils_within_delta_with_negative_delta(): (source)

Undocumented

Undocumented

Value
tz.gettz('America/New_York')