tab
This commit is contained in:
parent
4a303f4d72
commit
2fc5c1e285
|
@ -256,7 +256,7 @@ func workdayOfMonth(targetDom, lastDom time.Time) int {
|
|||
} else {
|
||||
dom += 2
|
||||
}
|
||||
// If sunday, then monday
|
||||
// If sunday, then monday
|
||||
} else if dow == time.Sunday {
|
||||
if dom < lastDom.Day() {
|
||||
dom += 1
|
||||
|
|
Loading…
Reference in New Issue