Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153513
Collapse All | Expand All

(-)orig/emerge-delta-webrsync (-1 / +1 lines)
Lines 356-362 Link Here
356
	day="${1:6:2}"
356
	day="${1:6:2}"
357
#	if [[ "${USERLAND}" == "BSD" ]] || [[ "${USERLAND}" == "Darwin" ]]; then
357
#	if [[ "${USERLAND}" == "BSD" ]] || [[ "${USERLAND}" == "Darwin" ]]; then
358
#	else
358
#	else
359
		date -d "$year/$month/$day +1 day" +"%Y%m%d"
359
		date -u -d "$year/$month/$day +1 day" +"%Y%m%d"
360
#	fi
360
#	fi
361
}
361
}
362
362

Return to bug 153513