Tell us what you are trying to do?
I'm using the date picker to add a "start time" in a table. I also add a second timestamp (using the same date/time) in RAW format as a hidden field. This field is used by Jquery to pick up the time and add a class if some conditions are correct.
The problem is that the RAW timestamp gives me 1 hour later time than the time visible in the table.
The time shown in the table is 06.10
But when I check the raw timestamp (1647238200) with timestamp.online, it says 07.10 ?
Wordpress Timezone is set to Stockholm.
Server timezone is set to Europe/Stockholm