@@ -, +, @@ - remove the leading zero in the day of month using '%e' instead of '%b' - add ',' to separate date, time and timezone - express the time in the expanded way instead of using '%T', to be sure to - make date_fmt and d_t_fmt the same --- localedata/locales/it_IT | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) --- a/localedata/locales/it_IT +++ a/localedata/locales/it_IT @@ -116,14 +116,12 @@ mon "";/ "";/ "";/ "" -d_t_fmt "" +d_t_fmt "" d_fmt "" -t_fmt "" +t_fmt "" am_pm "";"" t_fmt_ampm "" -date_fmt "/ -/ -" +date_fmt "" END LC_TIME LC_PAPER --