From: Dan Untenzu Date: Thu, 23 Feb 2017 11:42:11 +0000 (+0100) Subject: [FEATURE] Convert UTC dates to clients timezone X-Git-Tag: 3.0.0~6 X-Git-Url: https://git.p6c8.net/jirafeau/mojo42.git/commitdiff_plain/ad3b6e463976a874bb91aa85981140a2c6e8ae86?hp=ad3b6e463976a874bb91aa85981140a2c6e8ae86 [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 ---