]> git.p6c8.net - jirafeau_mojo42.git/commit
Fix php warning due to usage of date()
authorJerome Jutteau <j.jutteau@gmail.com>
Fri, 13 Jan 2017 18:26:49 +0000 (18:26 +0000)
committerJerome Jutteau <j.jutteau@gmail.com>
Fri, 13 Jan 2017 18:33:44 +0000 (18:33 +0000)
commit0e38a24b7a276704431ca70c440ff49f4d53d341
tree3eac6c010796ebb559557f31fe8ed12bda3aef26
parent40b274fbb2209d95cdb84e7b08c40e1c5c4092d0
Fix php warning due to usage of date()

The function time() returns always timestamp that is timezone independent (=UTC)

Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
lib/functions.php

patrick-canterino.de