X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=testbed%2Fua_test.php;h=97309b3b84102bbcfa2b93d37603a335544bf793;hb=4bb9d784670b699918e82a2cf21d36835c6db9ee;hp=4bcbd052528be05276d1a0b3f1202608f591161d;hpb=f08124ad75b93b6f9c59c6bd68cb7b114c0557fa;p=php-utility-classes.git 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"]);