mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2026-05-09 18:11:26 +08:00
fix: type error for subscription
This commit is contained in:
@@ -72,5 +72,5 @@ fun Double.toProgress(): Int {
|
||||
}
|
||||
fun Long.toDateStr(): String {
|
||||
val simpleDateFormat =SimpleDateFormat("yyyy-MM-dd HH:mm:ss")
|
||||
return simpleDateFormat.format(Date(this*1000))
|
||||
return simpleDateFormat.format(Date(this))
|
||||
}
|
||||
Reference in New Issue
Block a user