Commit 2dcd8ffe authored by Him188's avatar Him188

Fix log time

parent c088e423
...@@ -90,7 +90,7 @@ actual open class PlatformLogger @JvmOverloads constructor( ...@@ -90,7 +90,7 @@ actual open class PlatformLogger @JvmOverloads constructor(
} }
private val timeFormat = SimpleDateFormat("yyyy-MM-dd HH:mm:ss", Locale.SIMPLIFIED_CHINESE) private val timeFormat = SimpleDateFormat("yyyy-MM-dd HH:mm:ss", Locale.SIMPLIFIED_CHINESE)
private val currentTimeFormatted = timeFormat.format(Date()) private val currentTimeFormatted get() = timeFormat.format(Date())
/** /**
* @author NaturalHG * @author NaturalHG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment