Searched defs:rogue_time (Results 1 – 1 of 1) sorted by relevance
426 struct rogue_time { struct427 short year; /* >= 1987 */428 short month; /* 1 - 12 */429 short day; /* 1 - 31 */430 short hour; /* 0 - 23 */431 short minute; /* 0 - 59 */432 short second; /* 0 - 59 */