mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-07-26 05:21:05 +00:00
- Introduced a new static method `_utc_iso_timestamp` to generate UTC ISO 8601 timestamps with a 'Z' suffix for compatibility. - Updated timestamp generation in `log_packet` and status message to utilize the new method, ensuring consistent timestamp formatting across the service. - Added a unit test to verify the correct format of the new timestamp method.