[PHP] Re: Time zone discrepancy - America/New_York = CDT?

2009-11-01 Thread Nathan Lebovic
ate("e"); //output "EST" echo date("T"); //output "EST" - Nathan On Sun, Nov 1, 2009 at 3:48 AM, Nathan Lebovic wrote: > > I'm using PHP 5.2.6; I just updated timezones with PECL timezonedb to make > sure that wasn't the problem. > >

[PHP] Time zone discrepancy - America/New_York = CDT?

2009-11-01 Thread Nathan Lebovic
I'm using PHP 5.2.6; I just updated timezones with PECL timezonedb to make sure that wasn't the problem. These are the results that I'm getting, which I cannot figure out: date_default_timezone_set("America/New_York"); echo date("e"); //output "America/New_York" echo date("T"); //output "CST" da