Lines Matching refs:Month
106 // Windows specifies daylight savings information in "day in month" format:
107 // d.Month is month number (1-12)
109 // d.Day is week within the month (1 to 5, where 5 is last week of the month)
112 t := Date(year, Month(d.Month), day, int(d.Hour), int(d.Minute), int(d.Second), 0, UTC)
123 if day > daysIn(Month(d.Month), year) {
134 if i.StandardDate.Month > 0 {
171 if d0.Month > d1.Month {
200 StandardDate: syscall.Systemtime{Month: 11, Day: 1, Hour: 2},
204 DaylightDate: syscall.Systemtime{Month: 3, Day: 2, Hour: 2},
213 StandardDate: syscall.Systemtime{Month: 4, Day: 1, Hour: 3},
217 DaylightDate: syscall.Systemtime{Month: 10, Day: 1, Hour: 2},