Now the appointment format, when transmitted over the Webhook, looks like this:
2024-08-30T11:00
while it's taking the business location time zone as settings (mine is +02:00).
However, in all other softwares
2024-08-30T11:00 as default means
2024-08-30T11:00Z or
2024-08-30T13:00+02:00
So instead GHL should display the DateTime like this:
2024-08-30T11:00+02:00
because it's really messy to fix the datetime format in third party tools, especially when the GET and POST Appointment API of GHL actually returns the correct format and in this example 11am and 1pm are constantly overwriting each other.