Home
last modified time | relevance | path

Searched defs:GMT_DATE_IO (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_io.h181 struct GMT_DATE_IO { struct
182 bool skip; /* Only true if a format string was pass as NULL */
183 bool watch; /* Only true if input format has month last and is monthname */
186 bool Y2K_year; /* true if we have 2-digit years */
187 bool truncated_cal_is_ok; /* true if we have YMD or YJ order so smallest unit is to the right */
188 bool iso_calendar; /* true if we do ISO week calendar */
189 bool day_of_year; /* true if we do day-of-year rather than month/day */
190 bool mw_text; /* true if we must plot the month name or Week rather than a numeral */
191 bool compact; /* true if we do not want leading zeros in items (e.g., 03) */
192 char format[GMT_LEN64]; /* Actual C format used to input/output date */
[all …]