I have a variable that stores a date taken from a JSON file:
I have to change the time zone to what is currently in Thailand. Simply put, add 6 hours to the current time with a possible change of date. How can I easily change the time zone? I tried to use datetime library for this, but it did not bring any results.