ping build
This commit is contained in:
parent
0dfdb20f2b
commit
b7fab78b22
|
@ -417,7 +417,7 @@ public class DataRenderer extends Renderer {
|
|||
if (context.isTechnicalMode()) {
|
||||
fmt = DateTimeFormatter.ISO_DATE;
|
||||
} else {
|
||||
fmt = DateTimeFormatter.ofLocalizedDate(FormatStyle.MEDIUM);
|
||||
fmt = DateTimeFormatter.ofLocalizedDate(FormatStyle.MEDIUM).withLocale(context.getLocale());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue