Changeset 216:c458fa7f5f0f
- Timestamp:
- Apr 1, 2015, 2:40:19 PM (7 years ago)
- Branch:
- default
- Children:
- 219:ae8b954e4ed9, 221:cd2b3dff1f2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/delay.py
r209 r216 81 81 if stamp.tzinfo is None: 82 82 stamp = stamp.replace(tzinfo=tzutc()) 83 except (KeyError, ValueError ):83 except (KeyError, ValueError, TypeError): 84 84 stamp = None 85 85
Note: See TracChangeset
for help on using the changeset viewer.