Show correct app build date

This commit is contained in:
Davide Maggio 2023-12-30 09:04:38 +01:00 committed by GitHub
parent fc008a6752
commit 7a67abd516
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ class GetAppBuildDateImpl(
val dateFormat = SimpleDateFormat("yyyyMMdd")
val date = dateFormat.parse(BuildKonfig.buildDate)!!
Instant.fromEpochMilliseconds(date.time)
Clock.System.now()
}
val date = formatter.formatDate(instant)
emit(date)