Hi.
I have a requirement where I need to implement a timer which must only run based on the CET time zone starting from 7AM CET to 7PM CET. I'm not sure how to achieve this in outsystems. Any help would be very much appreciated.
Regards,Vijay
Hi @vijay rajagopal ,
In OutSystems Cloud all servers are set in the UTC time ,That we can not changed.
You can refer this Link,
You can find some solution.
May will help
Thanks
Hi vijay rajagopal,
The offset value for CEST is 2 hours so you can generate your time based on that
7:00 AM to 7:00 PM CEST will be 5:00 AM to 5:00 PM UTC server time, So :
Be aware though that the offset with CET is only 1 hour, so assuming 2 hours isn't going to work starting the end of October. There are various assets in the Forge that accurately convert between timezones, which may be a better solution than hardcoding an offset.
Right, there is daylight saving. You can use the timezone component to get the offset data
Some of them are below
time-zone
time-zone-service
Thanks for linking the components, I didn't have time to look them up myself :).