Docs show a number of different options for configuring number format. Adding to the %-d format, you can also use these flags in place of "-":
Flags:
- don't pad a numerical output.
_ use spaces for padding.
0 use zeros for padding.
^ upcase the result string.
# change case.
: use colons for %z.