]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - index.php
Installation: default to the server's timezone 313/head
authorVirtualTam <virtualtam@flibidi.net>
Tue, 4 Aug 2015 16:31:16 +0000 (18:31 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Tue, 4 Aug 2015 21:54:03 +0000 (23:54 +0200)
commitafd7b77b4c79a0450a6ef0489ca383c156111173
tree1892b2fdcdaa65448b653b7ee57fd96dae376fd9
parent27cf2e671d1f35bd8c9383d008cd3733fc1c6e0d
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 #274

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
application/TimeZone.php
index.php
tests/TimeZoneTest.php