X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=testbed%2Fua_test.php;h=97309b3b84102bbcfa2b93d37603a335544bf793;hp=4bcbd052528be05276d1a0b3f1202608f591161d;hb=55fef093d1027a06f8047e45148d71b48bb6b7d2;hpb=f08124ad75b93b6f9c59c6bd68cb7b114c0557fa diff --git a/testbed/ua_test.php b/testbed/ua_test.php index 4bcbd05..97309b3 100644 --- a/testbed/ua_test.php +++ b/testbed/ua_test.php @@ -5,6 +5,9 @@ include("inchandler.inc"); $wrapper->pgtop("KaiRo's Browser-Test"); +// set default time zone - right now, always the one the server is in! +date_default_timezone_set('Europe/Vienna'); + $httpvars = $util->getHTTPvars(); if (strlen($httpvars["ua"])) { $ua = new userAgent($httpvars["ua"]);