Python datetime.datetime.now() that is timezone aware

I recently needed to print out the time with timeszone name but when I used the %Z paramter it was blank. I fixed it by using the dateutil package as shown in the short example below.

2 thoughts on “Python datetime.datetime.now() that is timezone aware”

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.