This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients PMARINA, eric.smith
Date 2020-10-19.21:25:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603142733.52.0.142438218631.issue42091@roundup.psfhosted.org>
In-reply-to
Content
Can you tell us what the expected behavior is?

From the strftime docs: "The full set of format codes supported varies across platforms, because Python calls the platform C library’s strftime() function, and platform variations are common. To see the full set of format codes supported on your platform, consult the strftime(3) documentation."

You're probably just seeing platform-specific behavior.

On cygwin, I get an empty string.
History
Date User Action Args
2020-10-19 21:25:33eric.smithsetrecipients: + eric.smith, PMARINA
2020-10-19 21:25:33eric.smithsetmessageid: <1603142733.52.0.142438218631.issue42091@roundup.psfhosted.org>
2020-10-19 21:25:33eric.smithlinkissue42091 messages
2020-10-19 21:25:33eric.smithcreate