commit | 83f4bc398ec6d6cfe1f8d0b243ecaceb484d6f3b | [log] [tgz] |
---|---|---|
author | Lucas Dupin <dupin@google.com> | Fri Aug 07 11:49:47 2020 -0700 |
committer | Lucas Dupin <dupin@google.com> | Mon Aug 10 16:55:04 2020 +0000 |
tree | 105aab0451c7954123d9e020686e5b8a14a8fd83 | |
parent | d8c6c356c35047c718b95b9b8351cadbad507300 [diff] |
Change date format for better 'ja' compatibility eeeMMd doesn't properly translate dates in Japanese. According to ICU team, we should be using EEEMMd instead. The date output will be different in ja, ko, th out of 728 locales. Test: visual Fixes: 161186825 Change-Id: Ib551d532f08b89be3a0679c44c51b65f493f1a65 (cherry picked from commit 18bd42434f8c0d6624650e3accffe01f6cf7184a)