Skip to content
Snippets Groups Projects

Resolve "Avaibility details"

Merged Piotr Gawron requested to merge 17-avaibility-details into master
52 files
+ 1232
749
Compare changes
  • Side-by-side
  • Inline
Files
52
@@ -94,7 +94,6 @@ def serialize_appointment(appointment):
time = ""
if appointment.datetime_when is not None:
time = appointment.datetime_when.strftime('%Y-%m-%d %H:%M')
# time = appointment.datetime_when.strftime('%Y-%m-%d %H:%M:%S.%f %Z%z')
until = ""
if appointment.datetime_when is not None:
until = appointment.datetime_until().strftime('%Y-%m-%d %H:%M')
Loading