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 b7146a7 commit 91d4ef3Copy full SHA for 91d4ef3
lib/widgets/message_list.dart
@@ -2012,7 +2012,8 @@ enum MessageTimestampStyle {
2012
}
2013
2014
static final _timeFormat = DateFormat('h:mm aa');
2015
- static final _lightboxFormat = DateFormat.yMMMd().add_Hms();
+ static final _timeFormatWithSeconds = DateFormat('Hms');
2016
+ static final _lightboxFormat = DateFormat.yMMMd().addPattern(_timeFormatWithSeconds.pattern);
2017
static final _fullFormat = DateFormat.yMMMd().add_jm();
2018
2019
/// Format a [Message.timestamp] for this mode.
0 commit comments