bachya / pytile

📡 A simple Python API for Tile® Bluetooth trackers
MIT License
186 stars 27 forks source link

Replace datetime.utcfromtimestamp #280

Closed cdce8p closed 1 year ago

cdce8p commented 1 year ago

Describe what the PR does: Starting with Python 3.12 datetime.utcfromtimestamp will be deprecated. https://docs.python.org/3.12/library/datetime.html#datetime.datetime.utcfromtimestamp

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 453e7b17 and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 1 year ago

Codecov Report

Merging #280 (453e7b1) into dev (161575b) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               dev      #280   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          176       176           
=========================================
  Hits           176       176           
Files Changed Coverage Δ
pytile/tile.py 100.00% <100.00%> (ø)