Files
sure/mobile/lib
Tristan the Katana 44e2029c6e Fix(mobile): Convert chat timestamps to local timezone on deserialization (#2701)
* Fix(mobile): Add toLocal() converter for chat timestamps so requests and responses match user local time

* Fix(mobile): localize chat timestamps at presentation layer, not model

Keep UTC in Chat/Message models; call toLocal() only in _formatTime and
_formatDateTime before reading hours/minutes. Serialize toJson with
toUtc().toIso8601String() to produce unambiguous UTC strings.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-17 02:23:21 +02:00
..