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.
| 51 | |
| 52 | |
| 53 | class 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 | ''' |