Hi Team,
Please suggest how to set the datetime to CET timezone on screen in reactive web
Regards
Have a look at this component and the demo.
https://www.outsystems.com/forge/component-overview/2199/timezonereactiveutils
EDIT:
SO, I think I solve that
First, you need to get the component timezonereactiveutils and get the dependencies
1- you will need to consume this API and put this response
2- you will need to get the response of the api
don't forget that you need the data action at only on demand. that way you will get no errors. You will get errors if you are passing a null timezone
3- when I click I need to refresh the data action to retrieve me the newresponse based on the timezone selected
4- to get the date of CET Timezone you just need to use this. You can see it on the oml that I shared with you.
Final Result
Have a look at this link and on the oml that I shared
PS: PUT THE TIMEZONE THAT YOU WANT AND TEST
https://marcio-carvalho4.outsystemscloud.com/TimezonetoCET/CET?_ts=637775024125175114
Let me know if that helps you.
Regards,
Márcio
you can send me the file oml
Hi ,
Please Check this article for a step by step instructions how to convert time zones.
Purva