format
format copied to clipboard
zero padding does not work in combination with plus sign
i.e. %07d will result in padding to 7 digits with zeros and %+d will show unpadded digits with plus sign if positive, but %+07d only shows the plus sign (if positive) but does not zero pad