my pc clock says 3:37pm, time zone GMT -4
when I run the following script I get
TZ=Etc/GMT-4
20091120 11:37:13 pm
Code: Select all
$script_tz = date_default_timezone_get();
echo '<BR>TZ=' . $script_tz;
echo '<BR>' . date("Ymd h:i:s a");
thank you