Skip to content

Commit

Permalink
adding UTC to specify time generated
Browse files Browse the repository at this point in the history
  • Loading branch information
assuntad23 committed Sep 28, 2023
1 parent d37f14e commit d68dc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Markdown/Markdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</span>
</div>
<b-badge variant="info" class="w-100 rounded mb-3 white-space-normal">
<div class="float-left m-1 text-break">Generated with Galaxy {{ version }} on {{ time }}</div>
<div class="float-left m-1 text-break">Generated with Galaxy {{ version }} on {{ time }} UTC</div>
<div class="float-right m-1">Identifier: {{ markdownConfig.id }}</div>
</b-badge>
<div>
Expand Down

0 comments on commit d68dc69

Please sign in to comment.