Message18896
| Author |
lemburg |
| Recipients |
| Date |
2003年11月06日.08:53:53 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=38388
Tim, there's nothing much we can do about this since the
strftime()
API is a direct interface to the underlying C lib API. Python
simply passes through the arguments to this function and
returns whatever teh C lib has to offer.
Please refer to the C lib documentation for your platform
for details about the encoding being used for the strings.
BTW, a simpe table with the month names in your application
should nicely solve your problem; addtitionally it gives you
full control ove the encoding and wording being used. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:18:07 | admin | link | issue836035 messages |
| 2007年08月23日 14:18:07 | admin | create |
|