Quote:
Originally Posted by ownedbycats
For future reference, is needing to escape '%' specific to SV?
|
No. It generally comes up with dates. From defaults.ini:
Code:
## dateUpdated/datePublished don't usually have time, but they do on this site.
## http://docs.python.org/library/datetime.html#strftime-strptime-behavior
## Note that ini format requires % to be escaped as %%.
dateUpdated_format:%%Y-%%m-%%d %%H:%%M:%%S
datePublished_format:%%Y-%%m-%%d %%H:%%M:%%S