Change-Id: I09037aac3333965db35913eaa48fb1f3e97c0edd
@ -236,8 +236,8 @@ fun NotificationDot(
)
}
@Composable
fun dateFormatted(publishDate: Instant): String = DateFormat
.getDateInstance(DateFormat.MEDIUM, Locale.getDefault())
.format(publishDate.toEpochMilliseconds())