Skip to content

Ensure that all dashboards are in UTC

Andrew Newdigate requested to merge utc-dashboards into master

Dashboards should always be in UTC.

perl -p -i -e "s/timezone='UTC'/timezone='utc'/g" `ack -l "timezone='UTC'"`

Merge request reports