Closed Laurent-Van-Miegroet closed 4 weeks ago
Most likely the change was from https://github.com/jborean93/smbprotocol/pull/252/files where the datetime object went from a naive DT to one based on the UTC timezone which is what a FILETIME
value is.
ok I see. Thanks
Hi,
Using the below code:
I get:
Using python 3.9, smbprotocol 1.11.0 I get this
Using python 3.9, smbprotocal 1.14.0 I get this:
There is a 2h difference that sounds like a UTC issue. I'm in Paris timezone, and file modification date on windows explorer is 1:25PM. So it seems version 1.14.0 is the correct one but what is the change in the code that trigger this difference?