Home | History | Annotate | Download | only in python2.7

Lines Matching full:week

147             # If %W is used, then Sunday, 2005-01-03 will fall on week 0 since
275 """Calculate the Julian day based on the year, week of the year, and day of
276 the week, with week_start_day representing whether the week of the year
277 assumes the week starts on Sunday or Monday (6 or 0)."""
279 # If we are dealing with the %U directive (week starts on Sunday), it's
281 # week.
285 # Need to watch out for a week 0 (when the first day of the year is not
347 # worthless without day of the week
409 # U starts week on Sunday.
412 # W starts week on Monday.
435 # If we know the week of the year and what day of that week, we can figure
442 # calculation and thus could have different value for the day of the week