diff --git a/R/constructNWISURL.r b/R/constructNWISURL.r index fed2e3615ef4cd597a9311fc1ab19cea87057c38..061063ce788c41bbb7fae002e1718d54d3ebcb42 100644 --- a/R/constructNWISURL.r +++ b/R/constructNWISURL.r @@ -126,7 +126,7 @@ constructNWISURL <- function(siteNumber,parameterCd,startDate,endDate,service,st if (nzchar(startDate)) { url <- paste(url,"&startDT=",startDate,sep="") } else { - url <- paste(url,"&startDT=","1851-01-01",sep="") + url <- paste(url,"&startDT=","1900-01-01",sep="") } if (nzchar(endDate)) {