]> git.p6c8.net - jirafeau_mojo42.git/commit
[FEATURE] Show readable date format
authorDan Untenzu <untenzu@webit.de>
Thu, 23 Feb 2017 11:05:23 +0000 (12:05 +0100)
committerJerome Jutteau <jerome.jutteau@outscale.com>
Thu, 23 Feb 2017 17:34:20 +0000 (18:34 +0100)
commitce571122a5b6866835a9313e599bcad57bc790ff
tree66ac0e9c2876980be9a44d1b78b8902d9d7e0a97
parentea78557b0c3dc4eaaaefc9abbaf8c2e476f64a78
[FEATURE] Show readable date format

Whenever date objects in PHP or JavaScript are converted
to strings, it depends on the servers/clients settings and
timezone which locale and format is used.

This may lead to situation where the date is in english,
but all other texts of Jirafeau service are in another language.

Depending on unser language it may be not possible to localise
the date, since we would need to have a list of all existing
date formats. In both PHP and JavaScript.

To avoid these translation obstacles we may use the following
fallback:
  * Always use UTC timezone in PHP and render dates with UTC only
  * Use the rather international format »YYYY-MM-DD hh:mm«

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

patrick-canterino.de