-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
I am trying to store the audit timestamp with the UTC timezone included in the database. I am using the following config
!Configuration
handlers:
- !org.audit4j.handler.db.DatabaseAuditHandler
embedded: false
db_driver: com.mysql.cj.jdbc.Driver
db_url: jdbc:mysql://localhost:3306/launchbi_audit_local?serverTimezone=UTC
db_user: ***
db_password: ***
layout:
!org.audit4j.core.layout.SimpleLayout
dateFormat: MM/dd/yyyy HH:mm:ss zzz
But this has no effect, the timestamp is stored without the timezone
I am using audit4j-core version 2.5.0 and audit4j-db version 2.5.0
Metadata
Metadata
Assignees
Labels
No labels