You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why the SMBDirEntryInformation.last_write_time is defined as date and not datetime. All other *_time fields are defined as datetime. I just came across the issue, because intellij highlighted that as a warning in my code where I use a lot of typing.
When running some tests the field value is a datetime, so I would assume that this is a typo. Right or Wrong?
I am using the latest smbclient 1.13.0
Thanks and best regards
Christian
The text was updated successfully, but these errors were encountered:
Hi,
I was wondering why the
SMBDirEntryInformation.last_write_time
is defined asdate
and notdatetime
. All other *_time fields are defined asdatetime
. I just came across the issue, because intellij highlighted that as a warning in my code where I use a lot of typing.When running some tests the field value is a
datetime
, so I would assume that this is a typo. Right or Wrong?I am using the latest smbclient 1.13.0
Thanks and best regards
Christian
The text was updated successfully, but these errors were encountered: