Skip to content

Commit 62a0801

Browse files
committed
feat: change ActionLog date format (#1213)
1 parent 0f08685 commit 62a0801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/li/songe/gkd/data/ActionLog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ data class ActionLog(
3333

3434
val showActivityId by lazy { getShowActivityId(appId, activityId) }
3535

36-
val date by lazy { ctime.format("HH:mm:ss SSS") }
36+
val date by lazy { ctime.format("MM-dd HH:mm:ss SSS") }
3737

3838
@DeleteTable.Entries(
3939
DeleteTable(tableName = "click_log")

0 commit comments

Comments
 (0)