What is the purpose of the %n and %t specifiers in the strftime function?
I was looking at the format specifiers and noticed that %n
and %t
were listed as valid specifiers. According to the documentation, the insert a new line and a horizontal tab character, respectively.
What was the rational for adding the %n and %t specifiers to the strftime function?
I was looking at the format specifiers and noticed that %n
and %t
were listed as valid specifiers. According to the documentation, the insert a new line and a horizontal tab character, respectively.