On 11Oct2020 20:39, Steve <Gronicus@SGA.Ninja> wrote:
>Still, I enjoyed the kluge I created making it work based on discovery...

Poking around in the datetime module will definitely make you aware of
its power, and its pitfalls. Well worth doing. At the very least you'll
usually want it when printing times out for humans.

But seconds is generally simpler and reliable, particularly as it tosses
timezones straight out the window - it is all just arithmetic.

Cheers,
Cameron Simpson <c...@cskk.id.au>
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to