summaryrefslogtreecommitdiff
path: root/timestamp.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2019-01-16 08:14:14 +0100
committerAnthon van der Neut <anthon@mnt.org>2019-01-16 08:14:14 +0100
commit713d6c65fd545c6ad38d73686cfb040fd6dc217d (patch)
treeb86dd2a676dd50ea30311d163bcfb7614c36078f /timestamp.py
parentdf566d79c442daceb169454a1003c39e9e71b325 (diff)
downloadruamel.yaml-713d6c65fd545c6ad38d73686cfb040fd6dc217d.tar.gz
insert merge key in old (absolute) position0.15.86
Diffstat (limited to 'timestamp.py')
-rw-r--r--timestamp.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/timestamp.py b/timestamp.py
index b87a348..374e4c0 100644
--- a/timestamp.py
+++ b/timestamp.py
@@ -5,6 +5,9 @@ from __future__ import print_function, absolute_import, division, unicode_litera
import datetime
import copy
+# ToDo: at least on PY3 you could probably attach the tzinfo correctly to the object
+# a more complete datetime might be used by safe loading as well
+
if False: # MYPY
from typing import Any, Dict, Optional, List # NOQA