Skip to content

Commit

Permalink
[WTH-7173]: Use the flag in the one place that we do not want TZ appl…
Browse files Browse the repository at this point in the history
…ied.
  • Loading branch information
skipcoon committed Sep 16, 2024
1 parent 35c04b3 commit dbefc9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MessageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
<div v-for="(msgs, date) in messagesByDate" :key="date">
<div class="date">
{{ inboxHelper.formatDate(date) }}
{{ inboxHelper.formatDate(date, false) }}
</div>

<div v-for="msg in msgs" :key="msg.id">
Expand Down

0 comments on commit dbefc9c

Please sign in to comment.