I have a datetime object, for which I want to create a date string according to the OS locale settings (as specified e.g. in Windows'7 region and language settings).
Following Python's
I am trying to understand what option value n exactly does in string formatting for the type flag.
PEP 3101 says (in the section on available integer types):