hertzbeat
hertzbeat copied to clipboard
bugfix: auto config timezone for Jackson
What's changed?
link: #2097
What causes this problem?
ISO 8601
date format is used for front-end and back-end interaction, but Jackson
doesn't config any timezone.
Checklist
- [x] I have read the Contributing Guide
- [ ] I have written the necessary doc or comment.
- [ ] I have added the necessary unit tests and all cases have passed.
Add or update API
- [ ] I have added the necessary e2e tests and all cases have passed.