Changed chat time to local time format (#502)

This commit is contained in:
Peer Schütt 2025-06-11 19:04:04 +02:00 committed by GitHub
parent 4aeb51c9f1
commit b6169e5bfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

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>

View File

@ -1 +1,2 @@
# v0.9.49, build 224 (2025-06-xx xx:xx UTC) # v0.9.49, build 224 (2025-06-xx xx:xx UTC)
- Changed the timestamp display to use the local datetime format for the chats and assistants.