Adjusted timestamp display in ContentBlockComponent to use local datetime format.

This commit is contained in:
Peer Schütt 2025-06-11 15:45:37 +02:00
parent 4aeb51c9f1
commit 23a56fda86

View File

@ -10,7 +10,7 @@
</CardHeaderAvatar> </CardHeaderAvatar>
<CardHeaderContent> <CardHeaderContent>
<MudText Typo="Typo.body1"> <MudText Typo="Typo.body1">
@this.Role.ToName() (@this.Time) @this.Role.ToName() (@this.Time.LocalDateTime)
</MudText> </MudText>
</CardHeaderContent> </CardHeaderContent>
<CardHeaderActions> <CardHeaderActions>