date_to_julian
time_jd = date_to_julian(time_year, time_month, time_day);
static long date_to_julian(int y, int m, int d);