Lines Matching refs:mm
97 [dd, mm, yy, tm, tz] = data
98 if not (dd and mm and yy):
100 mm = mm.lower()
101 if mm not in _monthnames:
102 dd, mm = mm, dd.lower()
103 if mm not in _monthnames:
105 mm = _monthnames.index(mm) + 1
106 if mm > 12:
107 mm -= 12
179 return [yy, mm, dd, thh, tmm, tss, 0, 1, -1, tzoffset]