Обсуждение: strftime pattern list ?

Поиск
Список
Период
Сортировка

strftime pattern list ?

От
Kevin Kempter
Дата:
Anyone know where I can find a full list of the strftime patterns that can be
used for log_filename ?

Thanks in advance..

/Kevin

Re: strftime pattern list ?

От
Tom Lane
Дата:
Kevin Kempter <kevin@kevinkempterllc.com> writes:
> Anyone know where I can find a full list of the strftime patterns that can be
> used for log_filename ?

man strftime
or if you're feeling command-line-challenged, this should provide
info usable on most platforms:
http://www.opengroup.org/onlinepubs/007908799/xsh/strftime.html

            regards, tom lane