mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 06:30:13 +08:00
Fix log time
This commit is contained in:
parent
c088e423b2
commit
2dcd8ffea0
@ -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 currentTimeFormatted = timeFormat.format(Date())
|
||||
private val currentTimeFormatted get() = timeFormat.format(Date())
|
||||
|
||||
/**
|
||||
* @author NaturalHG
|
||||
|
Loading…
Reference in New Issue
Block a user