Python datetime.now in cygwin console is incorrect
问题 If you could help me understand why: From Cygwin terminal: This is correct: $ date Wed, Sep 2, 2020 11:19:07 PM This is also correct: $ date --utc Wed, Sep 2, 2020 9:19:14 PM Timezone is also correct: $ echo $TZ Europe/Zurich But when ask for local time in Python3 from the same Cygwin terminal it shows this: $ python Python 3.8.5 (tags/v3.8.5:580fbb0, Jul 20 2020, 15:57:54) [MSC v.1924 64 bit (AM D64)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> from