Skip to main content
Tag

PHP

You’ve found my developers journal where I keep random snippets of code and musings on web development, digital marketing and everything else.

Got To Get That EST

DateTime::getTimestamp() returns unix timestamp. That number is always UTC. What you want is format the date according to your time zone. Use this if you have multiple time zones and…
Read More