Home | History | Annotate | Download | only in Lib

Lines Matching refs:month

37         f_month -- full month names (13-item list; dummy value in [0], which
39 a_month -- abbreviated month names (13-item list, dummy value in
338 month = day = 1
367 month = int(found_dict['m'])
369 month = locale_time.f_month.index(found_dict['B'].lower())
371 month = locale_time.a_month.index(found_dict['b'].lower())
437 if year is None and month == 2 and day == 29:
457 julian = datetime_date(year, month, day).toordinal() - \
463 month = datetime_result.month
466 weekday = datetime_date(year, month, day).weekday()
473 return (time.struct_time((year, month, day,