static double monthsToSeconds(double months) { ret daysToSeconds(months*31); }