struct startup_info_time

Contains the following:

struct startup_info_time {
    struct startup_info_hdr     hdr;
    unsigned long               time;
};

The time member contains the current time as the number of seconds since 1970 01 01 00:00:00 GMT.