|
@@ -67,10 +67,6 @@
|
|
else if ($gmt == "MET DST" || $gmt == "METDST")
|
|
else if ($gmt == "MET DST" || $gmt == "METDST")
|
|
$gmt = "+0200";
|
|
$gmt = "+0200";
|
|
|
|
|
|
- if ($gmt = "")
|
|
|
|
- $gmt = "+0000";
|
|
|
|
-
|
|
|
|
- /*
|
|
|
|
if (substr($gmt, 0, 1) == "-") {
|
|
if (substr($gmt, 0, 1) == "-") {
|
|
$neg = true;
|
|
$neg = true;
|
|
$gmt = substr($gmt, 1, strlen($gmt));
|
|
$gmt = substr($gmt, 1, strlen($gmt));
|
|
@@ -86,7 +82,6 @@
|
|
$gmt = "-$gmt";
|
|
$gmt = "-$gmt";
|
|
else
|
|
else
|
|
$gmt = "+$gmt";
|
|
$gmt = "+$gmt";
|
|
- */
|
|
|
|
|
|
|
|
/** now find what the server is at **/
|
|
/** now find what the server is at **/
|
|
$current = date("Z", time());
|
|
$current = date("Z", time());
|