The custom date format I use is "%a, %d %b %Y %T %z" which works on Linux producing something like:

Thu, 28 Oct 2021 14:14:21 +1100

However this same format doesn't work on Windows (produces nothing at all). In theory I would have thought strftime() would be the same for both platforms.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.