Major restructuring to get automatic decoding/encoding
[pycalendar.git] / pycalendar / component / timezone.py
diff --git a/pycalendar/component/timezone.py b/pycalendar/component/timezone.py
new file mode 100644 (file)
index 0000000..ab445cd
--- /dev/null
@@ -0,0 +1,11 @@
+# Copyright
+
+from . import base as _base
+
+
+class TimeZone (_base.Component):
+    """A time zone
+
+    As defined in :RFC:`5545`, section 3.6.5 (Time Zone Component).
+    """
+    name = 'VTIMEZONE'