How do I make sure dates joined are all in the same time zone? I live in Seattle, and I want to use Pacific Time for when a user joins the site. So using date("M d, Y, h:i A") in the registration processing isn't going to do the job. How can I make sure that when a user joins, it shows up as my time zone? Any help is appreciated, thank you.
try date_default_timezone_set('America/New York'); Choose from this list php.net/manual/en/timezones.america.php the nearest location to Seattle