How to get WP to use EST Timezone
date() is unreliable in WP since it always resets time zone to UTC and uses its own processing for time zones. date_i18n() is usually preferable WP replacement, but it will also localize output, which might be unwanted. What you want for correct unlocalized output is to: Get data out of WP API without its offset … Read more