Message 214156 - Python tracker
Message214156
| Author | r.david.murray |
|---|---|
| Recipients | eric.smith, ezio.melotti, flox, hct, mark.dickinson, meador.inge, python-dev, r.david.murray |
| Date | 2014-03-20.00:05:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1395273958.42.0.144643755457.issue7994@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Yes. It is not returning the format specifier, it is filling in the strftime template "s" from the datetime...which equals "s", since it consists of just that constant string.
Try {:%Y-%m-%d}, for example. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-03-20 00:05:58 | r.david.murray | set | recipients: + r.david.murray, mark.dickinson, eric.smith, ezio.melotti, flox, meador.inge, python-dev, hct |
| 2014-03-20 00:05:58 | r.david.murray | set | messageid: <1395273958.42.0.144643755457.issue7994@psf.upfronthosting.co.za> |
| 2014-03-20 00:05:58 | r.david.murray | link | issue7994 messages |
| 2014-03-20 00:05:58 | r.david.murray | create | |