fr.json

Tips submitted by PHPMaker users
Post Reply
amiens80
User
Posts: 450

fr.json

Post by amiens80 »

hi,

i noticed the fr.json file missed the time_zone value, so i completed it . without this fixed version, the CurrentDateTime() function will return a -2hours value !

{
"date": "2019-08-05",
"version": "16.0.0",
"id": "fr",
"locale": "fr_FR",
"name": "French (France)",
"desc": "French (France)",
"author": "e.World",
"decimal_point": ",",
"thousands_sep": " ",
"mon_decimal_point": ",",
"mon_thousands_sep": " ",
"currency_symbol": "€",
"positive_sign": "",
"negative_sign": "-",
"frac_digits": 2,
"p_cs_precedes": 0,
"p_sep_by_space": 0,
"n_cs_precedes": 0,
"n_sep_by_space": 0,
"p_sign_posn": 1,
"n_sign_posn": 1,
"date_sep": "\/",
"time_sep": ":",
"date_format": "dmY",
"time_zone": "Europe/Paris"
}


Post Reply