VCF Operations alert notifications timestamps sent in UTC rather than local timezone
book
Article ID: 449790
calendar_today
Updated On:
Products
VCF Operations/Automation (formerly VMware Aria Suite)
Issue/Introduction
VCF Operations alert notifications sent to external systems appear with UTC-based timestamps.
Cause
The default system timezone is UTC.
Resolution
The timezone on each of your operations nodes must be changed to the desired timezone:
- Take a no-memory snapshot of each node
- Take cluster offline in admin UI
- Open SSH session to each node
- List available timezones:
timedatectl list-timezones - Change timezone:
timedatectl set-timezone [timezone] - Once timezone changed on all nodes, bring cluster back online
Feedback
thumb_up
Yes
thumb_down
No