cesbit / aiowmi

Python WMI Queries
GNU General Public License v3.0
27 stars 8 forks source link

Added datetime format function #13

Closed joente closed 2 years ago

joente commented 2 years ago

Description

Added dt_fmt format function to format datetime type according the Microsoft WQL description. https://docs.microsoft.com/en-us/windows/win32/wmisdk/cim-datetime

Fixes #12

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Added some test code

Checklist: