Question: Spinnaker is showing times in the PST timezone. How do I change that to my timezone?
Answer: Locate your timezone "string" here:
https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Once done, if you are using gitops-style spinnaker, edit the "config" file in your repo and update the "timezone" string.
For non-gitops, exec into the halyard pod and issue this command:
hal config edit --timezone "tz string e.g Asia/Kolkata for India"