python/nt_time: have a go at using 1_000_000 number separators.
commit00daa520ce80deb76e08684b3f9b3f22202bcd2c
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 23 Feb 2024 03:23:03 +0000 (23 16:23 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 29 Feb 2024 04:01:40 +0000 (29 04:01 +0000)
tree60a3870541f82ea9f26c33c0b6df5ef2b2a79c4a
parentd3d87aee2a782691f7bf5b8247f07068fc2fb381
python/nt_time: have a go at using 1_000_000 number separators.

I noticed these are available in Python 3.6+, which is what we support,
and they're arguably nicer than using exponentiation.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/nt_time.py