Minor modifications in timeslot element.
[sfa.git] / sfa / rspecs / elements / timeslot.py
index 6c7e4e4..81b17b6 100644 (file)
@@ -10,6 +10,8 @@ from sfa.rspecs.elements.element import Element
 class Timeslot(Element):
     
     fields = [
-        'time',
+        'date',
+        'start_time',
+        'timezone',
         'duration'
     ]