Skip to content

Commit

Permalink
Change timestamp format in Journal component
Browse files Browse the repository at this point in the history
The timestamp format in the Journal component of the Workflow Instances view has been updated. The previous format, "t", has been replaced with "G" to provide clearer and more detailed timestamp information.
  • Loading branch information
sfmskywalker committed Dec 27, 2023
1 parent 7386df0 commit 61c84d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
</ItemContent>
<ItemOpposite>
<div class="d-flex justify-end gap-4">
<MudText Typo="Typo.body2" Class="mud-text-secondary">@record.Timestamp.ToString("t")</MudText>
<MudText Typo="Typo.body2" Class="mud-text-secondary">@record.Timestamp.ToString("G")</MudText>
</div>
<div class="d-flex justify-end gap-4">
<MudIcon Icon="@(TimeMetricMode == TimeMetricMode.Relative ? Icons.Material.Outlined.Timer : Icons.Material.Outlined.AccessTime)" Size="Size.Small"></MudIcon>
Expand Down

0 comments on commit 61c84d6

Please sign in to comment.