Merge branch 'master' of linz:/srv/git/git-kairo
[php-utility-classes.git] / testbed / ua_test.php
index 4bcbd052528be05276d1a0b3f1202608f591161d..97309b3b84102bbcfa2b93d37603a335544bf793 100644 (file)
@@ -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"]);