Lines Matching refs:Month
114 // Windows specifies daylight savings information in "day in month" format:
115 // d.Month is month number (1-12)
117 // d.Day is week within the month (1 to 5, where 5 is last week of the month)
120 t := Date(year, Month(d.Month), day, int(d.Hour), int(d.Minute), int(d.Second), 0, UTC)
131 if day > daysIn(Month(d.Month), year) {
144 if i.StandardDate.Month > 0 {
181 if d0.Month > d1.Month {
210 StandardDate: syscall.Systemtime{Month: 11, Day: 1, Hour: 2},
214 DaylightDate: syscall.Systemtime{Month: 3, Day: 2, Hour: 2},
223 StandardDate: syscall.Systemtime{Month: 4, Day: 1, Hour: 3},
227 DaylightDate: syscall.Systemtime{Month: 10, Day: 1, Hour: 2},