Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use UTC tzinfo datetime values #252

Merged
merged 1 commit into from
Nov 24, 2023
Merged

Use UTC tzinfo datetime values #252

merged 1 commit into from
Nov 24, 2023

Conversation

jborean93
Copy link
Owner

Stop using a deprecated function that was deprecated in Python 3.12 and ensure any datetime values unpacked from SMB messages are using the UTC timezone instead of being a naive tz.

Copy link

codecov bot commented Nov 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f5314fe) 99.06% compared to head (4b09e0e) 99.06%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #252   +/-   ##
=======================================
  Coverage   99.06%   99.06%           
=======================================
  Files          24       24           
  Lines        5112     5112           
=======================================
  Hits         5064     5064           
  Misses         48       48           
Flag Coverage Δ
99.06% <100.00%> (ø)
py3.10 99.02% <100.00%> (ø)
py3.11 99.02% <100.00%> (ø)
py3.12 99.02% <100.00%> (ø)
py3.7 99.01% <100.00%> (ø)
py3.8 99.02% <100.00%> (ø)
py3.9 99.05% <100.00%> (ø)
x64 99.06% <100.00%> (ø)
x86 98.98% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jborean93 jborean93 force-pushed the utcfromtimestamp branch 2 times, most recently from 4cd7246 to 4b09e0e Compare November 24, 2023 10:26
Stop using a deprecated function that was deprecated in Python 3.12 and
ensure any datetime values unpacked from SMB messages are using the UTC
timezone instead of being a naive tz.
@jborean93 jborean93 merged commit 37512ee into master Nov 24, 2023
29 checks passed
@jborean93 jborean93 deleted the utcfromtimestamp branch November 24, 2023 10:35
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant