How does this make sense?
date_default_timezone_set("America/New_York");
echo date("e"); //output "America/New_York"
echo date("T"); //output "CDT"
Is there somewhere that I can set America/New_York = EDT?
How does this make sense?
date_default_timezone_set("America/New_York");
echo date("e"); //output "America/New_York"
echo date("T"); //output "CDT"
Is there somewhere that I can set America/New_York = EDT?