I have a BDD that has a field in Timestamp, the record creates it in the BDD according to the time zone of the server which I can know.
On the other hand, the GUI is in another time zone (I can also know it). Someone can help me to convert the time coming from the BDD (with its time zone) to the one that will be displayed in the GUI (in its time zone) or which API I can use more efficiently.
Thank you.