Hello.
When I try to use russian translated interface I have a pb during creating new content.
Author information fieldset displays wrong created date and it's not validates by server (even I correctly rewrite it). It must be like that: 13-Сен-12 14:09:08, but displays sequence of date parts with repeating.
After changing system.date_format.html_time.yml, system.date_format.html_date.yml system.date_format.html_datetime:
intl: 'H:mm:ss' => intl: 'H:m:s'
intl: yyyy-MM-dd => intl: y-M-d
intl: 'yyyy-MM-dd''T''kk:mm:ssZZ' => intl: 'y-M-d''T''k:m:sZ'
in corresponding files, I've got correct output, but it doesn't validates too.

Also one pb with cache - after changing values in system config files and clearing cache - nothing happend - only after changing cached yml files in "/default/files/config_..." directory helped. Does I do something wrong here?

Please check this info for some bugs resolving.
Thanks, Yuriy.

Comments

yuradoc’s picture

Ok, I found that Drupal 8 uses icu standart of date format representation through intl extension:
http://userguide.icu-project.org/formatparse/datetime
But Drupal doesn't tell that it requires this extension! I don't see that in installation proccess or in Status Report, like PECL uploadprogress.

I did install it, then restore original yml config files and found that created date shows again: "13131313-СенСен-1212".

What's wrong?

tim.plunkett’s picture

Status: Active » Closed (duplicate)

Thank you for reporting the bug! This has been identified as a critical bug with our usage of php-intl, so I'm closing this issue

tim.plunkett’s picture

tim.plunkett’s picture

Issue summary: View changes

Removed some mistakes