Message324336
| Author |
vstinner |
| Recipients |
belopolsky, izbyshev, p-ganssle, pitrou, serhiy.storchaka, taleinat, vstinner |
| Date |
2018年08月29日.17:15:17 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1535562917.9.0.56676864532.issue34481@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Because caring of surrogates, I would prefer to first fix time.strftime() and time.strptime() for legit time zone names. Currently, Python uses the C function strfime() because the string produced by wcsftime() cannot be parsed later. We should use the native Windows API to get the time zone name properly encoded. I don't recall the details, sorry. There is maybe an open issue for that one. |
|