Gpredict User Manual
Code
Description
%a
The abbreviated weekday name according to the current locale.
%A
The abbreviated month name according to the current locale.
%B
The full month name according to the current locale.
%c
The preferred calendar time representation for the current locale.
%d
The day of the month as a decimal number (range 01 to 31).
%e
The day of the month padded with blank (range 1 to 31).
%F
The date using the format \%Y-\%m-\%d.
%H
The hour as a decimal number (range 00 to 23).
%m
The month as a decimal number (range 01 to 12).
%M
The minute as a decimal number (range 00 to 59).
%S
The seconds as a decimal number (range 00 through 60).
%z
Numeric time zone (e.g., -0600 or +0100).
%Z
The abbreviated time zone (e.g. CEST or GMT).
Table 3.1: Most common format codes
26