Converting PHP DateTime Object from One Timezone to Another
I have a PHP DateTime Object where the timezone has already been set to America/New_York. I’d like to clone this object and and change the timezone of the clone to be UTC. The resulting time should be the same moment, but the time of day should be adjusted for the new timezone. Most examples I… Read More Converting PHP DateTime Object from One Timezone to Another