aw-server-rust icon indicating copy to clipboard operation
aw-server-rust copied to clipboard

refactor: remove use of deprecated DateTime::from_utc

Open ComputerDruid opened this issue 8 months ago • 1 comments

[!IMPORTANT] Refactor to remove deprecated DateTime::from_utc and update chrono version in Cargo.toml.

  • Refactor:
    • Replace DateTime::from_utc with into() in aw-client-rust/tests/test.rs for timestamp conversion.
  • Dependencies:
    • Update chrono version from 0.4 to 0.4.7 in Cargo.toml.

This description was created by Ellipsis for e0b5d6bab1a3d2efebaf12c1e1e3270e3d75fecf. You can customize this summary. It will automatically update as commits are pushed.

ComputerDruid avatar May 29 '25 19:05 ComputerDruid