Get The Current UTC DateTime In Rust
---
chrono = "0.4.40"
---
use Utc;
Output:
2025-04-24 03:37:47.155293 UTC
Thu, 24 Apr 2025 03:37:47 +0000
2025-04-24T03:37:47.155293+00:00
2025-04-24T03:37:47Z
-- end of line --
---
chrono = "0.4.40"
---
use Utc;
2025-04-24 03:37:47.155293 UTC
Thu, 24 Apr 2025 03:37:47 +0000
2025-04-24T03:37:47.155293+00:00
2025-04-24T03:37:47Z