wire types: use chrono DateTime<Utc> as the timestamp type throughout

This commit is contained in:
damocles 2026-07-03 20:54:33 +02:00 committed by mara
commit 2c5d9ed336
15 changed files with 108 additions and 190 deletions

View file

@ -497,7 +497,7 @@ fn spawn_broker_to_dashboard_forwarder(coord: Arc<Coordinator>) {
from,
to,
body,
at: hive_sh4re::wire_time::WireTime(at),
at: hive_sh4re::wire_time::from_secs(at),
in_reply_to,
file_refs,
});
@ -517,7 +517,7 @@ fn spawn_broker_to_dashboard_forwarder(coord: Arc<Coordinator>) {
from,
to,
body,
at: hive_sh4re::wire_time::WireTime(at),
at: hive_sh4re::wire_time::from_secs(at),
in_reply_to,
file_refs,
});