mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-06-09 00:51:55 +00:00
a997f86a9f
- 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.