Skip to content

Commit

Permalink
Merge pull request #1831 from OpenC3/utc
Browse files Browse the repository at this point in the history
Clarify timezone setting
  • Loading branch information
jmthomas authored Jan 20, 2025
2 parents bf2b213 + 4302423 commit f49c5cc
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
<v-card>
<v-card-title>Time Zone</v-card-title>
<v-card-subtitle>
The time zone to display for all COSMOS tools. (Note: All timestamps are
UTC in the backend).
The time zone to use in all COSMOS tools (graphs, time choosers, log
messages, etc). Anywhere a date / time is displayed, it will be in the
chosen time zone. (Note: All timestamps are UTC in the backend).
</v-card-subtitle>
<v-alert v-model="errorLoading" type="error" closable density="compact">
Error loading previous configuration due to {{ errorText }}
Expand Down

0 comments on commit f49c5cc

Please sign in to comment.