Root-Branch / cardamon

🌱 A tool for measuring the power consumption and carbon footprint of your software.
https://cardamon.io
Other
15 stars 1 forks source link

Depreciated time stamp functions #7

Closed seal closed 4 months ago

seal commented 5 months ago

In many files there's the use of a depreciated time function

Will replace with

 start_time: DateTime::from_timestamp_millis(body.start_time)
                .unwrap()
                .naive_utc(),
seal commented 5 months ago

Solved in pull request 1

seal commented 4 months ago

fixed