pub fn format_local_time(unix_secs: u64) -> String
Format a unix-epoch seconds value as a readable local-timezone string with an ISO-style offset, suitable for operator-facing output.
Example: 2026-04-20 15:32:17 +08:00.
2026-04-20 15:32:17 +08:00