summaryrefslogtreecommitdiff
path: root/python/samba/nt_time.py
AgeCommit message (Expand)AuthorFilesLines
2024-04-21python: Reformat codeJo Sutton1-8/+10
2024-04-16python:nt_time: Add NT_TIME_MAX constantJo Sutton1-1/+2
2024-03-21python: Correct time conversion function nameJo Sutton1-1/+1
2024-03-21python: Type ‘format’ parameter as optionalJo Sutton1-2/+2
2024-03-21python: Correctly qualify strptime()Jo Sutton1-1/+1
2024-02-29python/nt_time: have a go at using 1_000_000 number separators.Douglas Bagnall1-1/+1
2024-02-29python:nt_time: add a nt_now() functionDouglas Bagnall1-0/+5
2024-02-29python:nt_time: add string_from_nt_timeDouglas Bagnall1-0/+13
2024-02-29py:nt_time: add nt_time_from_string()Douglas Bagnall1-0/+44
2024-02-16python: Reformat nt_time.pyJo Sutton1-3/+1
2024-02-08python: do not make use of typing.Final for python 3.6Rob van der Linde1-4/+4
2023-12-21python: Add NT Time utility functionsJoseph Sutton1-0/+60