Display workflow’s date timezone, please:
One main use-case of CircleCI is that we have a historical view. To see when was what deployed. Fortunately, we rarely need that. But when there’s an incident, time is pressure.
Therefore, these small changes would help in fast investigation:
- Display date in full format (
year-month-day hour:minutes:seconds UTC+x
) directly on the webpage => No need to hover many times over sth. like a6 days ago
label to see when it was exactly.- In the workflows list.
- In the build list.
- In the build detail view (in the
Finished:
label).
- Adapt the workflow dates to the user’s/browser’s timezone. Currently its UTC+0. You already did this in the build detail view (in the
Finished:
label)
Cheers,
Dominik