Skip to content

Commit

Permalink
chore: add UTC identifier to timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj committed Mar 4, 2024
1 parent 8af8e27 commit 7c7ea3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/admin/AuditLogsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ class AuditLogsService {
.getUTCSeconds()
.toString()
.padStart(2, "0")
const recordTime = `${recordHour}:${recordMinute}:${recordSecond}`
const recordTime = `${recordHour}:${recordMinute}:${recordSecond} (UTC)`

return `${csv}${recordDate},${recordTime},${activity},"${actor}","${page}","${remarks}"\n`
},
Expand Down

0 comments on commit 7c7ea3f

Please sign in to comment.