We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f08685 commit 62a0801Copy full SHA for 62a0801
app/src/main/kotlin/li/songe/gkd/data/ActionLog.kt
@@ -33,7 +33,7 @@ data class ActionLog(
33
34
val showActivityId by lazy { getShowActivityId(appId, activityId) }
35
36
- val date by lazy { ctime.format("HH:mm:ss SSS") }
+ val date by lazy { ctime.format("MM-dd HH:mm:ss SSS") }
37
38
@DeleteTable.Entries(
39
DeleteTable(tableName = "click_log")
0 commit comments