MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / NonExistentTimeError

Class NonExistentTimeError

tests/test_code/py/pytz/exceptions.py:53–59  ·  view source on GitHub ↗

Exception raised when attempting to create a wallclock time that cannot exist. At the start of a DST transition period, the wallclock time jumps forward. The instants jumped over never occur.

Source from the content-addressed store, hash-verified

51
52
53class NonExistentTimeError(InvalidTimeError):
54 '''Exception raised when attempting to create a wallclock time that
55 cannot exist.
56
57 At the start of a DST transition period, the wallclock time jumps forward.
58 The instants jumped over never occur.
59 '''

Callers 1

localizeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected