mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 13:22:57 +00:00
Changed chat time to local time format (#502)
This commit is contained in:
parent
4aeb51c9f1
commit
b6169e5bfb
@ -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>
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user