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 2ad0e17 commit e4a3573Copy full SHA for e4a3573
lib/message_list.dart
@@ -267,7 +267,7 @@ class MessageWithSender extends StatelessWidget {
267
}
268
269
// TODO web seems to ignore locale in formatting time, but we could do better
270
-final _kMessageTimestampFormat = DateFormat('h:m a', 'en_US');
+final _kMessageTimestampFormat = DateFormat('h:mm aa', 'en_US');
271
272
// TODO this seems to come out lighter than on web
273
final _kMessageTimestampStyle = TextStyle(
0 commit comments