Hello, my site’s time is set to Australia time zone, I am entering proper date and time in the collection, but when I view it on the published dynamic page the time is different. I don’t see any settings for time zone within the collection settings, so I don’t understand how that can happen.
I guess I dont understand how it works in principle. Setting timezone for each particular collection item would be very helpful for instance for Event calendar.
My only assumption is that my client is in AU and has created that event and then I made some changes and published it from a different timezone, could that be the issue?
Still no solution here. Very intricate thing when dealing with implementing in multi time zoned events. I wanted to at least disable the timezone completely, but seems like this is not an option either.
For instance when I view an event in Europe from the US it shows the start time in US time, this is good for web events but confusing for non web events. @cyberdave@webflow
Implementing timezone field (dropdown ? ) in collections is a must!
Hi @radmitry, there was a known issue right now with the timezone not being taken into account when displaying the dates in the designer, it was fixed but this might have popped up so it need to be checked.
As soon as there is more information about a fix for this, I will let you know. For the time being, you may have to manually adjust the time in the cms to match the actual event time so that it is published correctly.
Hi @cyberdave Thanks! Apart from that there is another bug. My site is set to Perth, Australia but it is displaying all times in Eastern Australia time which is 2 hours ahead of Perth
Hi @radmitry, thanks, yes, the two are related to the timezone feature on the dashboard. I am looking forward to a fix for this, and will let you know the moment the fix is pushed out on this one.
The core functionality is that once you set the timezone in System Settings manually (change it to something else, save, refresh, change to Australia/Perth, save) you should always see dates and times given in the timezone you have set it to, as we store them in GMT+0 and show them with your timezone applied to it.
Now… When it comes to published/created on times. I’m still in GMT-7 timezone and I’ve created same event. I’ve also added created on and published on fields on the canvas so you can see what’s going on in here. Because I’m in GMT-7 and it’s 3:31a in here, on saving the collection item it gets translated to GMT+0, which is
If I were to view this site (still in San Jose) I will get the same result of 6:42p and 6:43p for created and published dates. External Image
If I switch to my timezone (GMT+2) and refresh published site I’m also getting same time. Same thing for if I refresh Designer. External Image
I really hope this bring more light onto how Timezones are working and what is being shown and stored for your website. Let me know if you need some more details or have some questions about it :)
@bart You provided a very good insight, so now I set timezone to Greenwich GMT+0 and it does the job for now since the event calendar displays a lot of countries, we will say that times are provided for local timezone of the event. However implementing a timezone support in collections would be awesome @webflow Thx! :webflow_heart:
Also would be awesome to set time picker as not required by default for the Date fields with a time picker. For some events I need to set time and for others I don’t , and creating additional date field and setting up conditional view is too confusing @webflow
UPD: for now I will just add option field with several timezones, so client will set time in GMT+0 , and then a timezone will be displayed below the time, so this is a workaround I see for now. Thanks everybody @bart, @cyberdave