Configure asset lookup with the given details.
44 conf_acq_time = acq_time;
45 struct tm* tempo = gmtime(&acq_time);
46 conf_year = tempo->tm_year + 1900;
47 conf_month = tempo->tm_mon + 1;
48 conf_day = tempo->tm_mday;
49 conf_hour = tempo->tm_hour;
50 conf_minute = tempo->tm_min;