Show correct app build date
This commit is contained in:
parent
fc008a6752
commit
7a67abd516
|
@ -23,7 +23,6 @@ class GetAppBuildDateImpl(
|
||||||
val dateFormat = SimpleDateFormat("yyyyMMdd")
|
val dateFormat = SimpleDateFormat("yyyyMMdd")
|
||||||
val date = dateFormat.parse(BuildKonfig.buildDate)!!
|
val date = dateFormat.parse(BuildKonfig.buildDate)!!
|
||||||
Instant.fromEpochMilliseconds(date.time)
|
Instant.fromEpochMilliseconds(date.time)
|
||||||
Clock.System.now()
|
|
||||||
}
|
}
|
||||||
val date = formatter.formatDate(instant)
|
val date = formatter.formatDate(instant)
|
||||||
emit(date)
|
emit(date)
|
||||||
|
|
Loading…
Reference in New Issue