julian_to_date
static void julian_to_date(long jd, int *y, int *m, int *d);
julian_to_date(time_jd, &time_year, &time_month, &time_day);