We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4928f commit 736dc4dCopy full SHA for 736dc4d
lib/widgets/message_list.dart
@@ -2035,7 +2035,8 @@ enum MessageTimestampStyle {
2035
2036
static final _lightboxFormat =
2037
DateFormat.yMMMd().addPattern(_timeFormat24WithSeconds.pattern);
2038
- static final _fullFormat = DateFormat.yMMMd().add_jm();
+ static final _fullFormat =
2039
+ DateFormat.yMMMd().addPattern(_timeFormatLocaleDefault.pattern);
2040
2041
/// Format a [Message.timestamp] for this mode.
2042
// TODO(i18n): locale-specific formatting (see #45 for a plan with ffi)
0 commit comments