trellix-enterprise / mysql-audit

AUDIT Plugin for MySQL. See wiki and readme for description. If you find the plugin useful, please star us on GitHub. We love stars and it's a great way to show your feedback.
Other
239 stars 57 forks source link

Use datetime instead of timestamp #252

Open william0106 opened 2 years ago

william0106 commented 2 years ago

log: {"msg-type":"activity","date":"1662660749457","thread-id":"9459617" ... ...

"date":"1662660749457" is timestamp, not datetime "date":"2022-09-09 02:12:29"

Hope use datetime instead of timestamp,

How to achieve ?