]> git.p6c8.net - jirafeau_project.git/commit
[FEATURE] Convert UTC dates to clients timezone
authorDan Untenzu <untenzu@webit.de>
Thu, 23 Feb 2017 11:42:11 +0000 (12:42 +0100)
committerJerome Jutteau <jerome.jutteau@outscale.com>
Thu, 23 Feb 2017 17:34:20 +0000 (18:34 +0100)
commitad3b6e463976a874bb91aa85981140a2c6e8ae86
tree56670de66a94267500a036252d1705093ec292ba
parentce571122a5b6866835a9313e599bcad57bc790ff
[FEATURE] Convert UTC dates to clients timezone

Convert all dates & times in UTC to the clients timezone.

This requires several custom JavaScripts, as this conversion
is not possible with the Date object in all recent browsers
(latest Firefox, Chrome, Opera, Edge accept UTC date & time,
all Internet Explorer accept UTC date only).

Refs #59 #106
lib/functions.js.php

patrick-canterino.de