why isn’t strtotime() converting correctly in WordPress?
I am facing an issue in strtotime() in wordpress, that it is subtracting the hours according to my configured local timezone. For example i tried strtotime("2021-11-16 00:00:00") on online php compiler it shows... 1637020800 but when i run the same…