Installation: default to the server's timezone

Modifications
 - attempt to use the server's timezone
 - if none is set, use UTC
 - TimeZone: apply coding conventions
   - variable naming
   - no closing PHP tag

Relates to 

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
VirtualTam 2015-08-04 18:31:16 +02:00
parent 27cf2e671d
commit afd7b77b4c
3 changed files with 38 additions and 35 deletions

View file

@ -80,4 +80,3 @@ class TimeZoneTest extends PHPUnit_Framework_TestCase
$this->assertFalse(isTimeZoneValid('Middle_Earth', 'Moria'));
}
}
?>