Skip to content
Snippets Groups Projects
Commit e7dd2e9a authored by Laura A DeCicco's avatar Laura A DeCicco
Browse files

Took out time zone info for daily values.

parent 61b574ce
No related branches found
No related tags found
1 merge request!50UTC
...@@ -66,6 +66,7 @@ readNWISdv <- function (siteNumber,parameterCd,startDate="",endDate="",statCd="0 ...@@ -66,6 +66,7 @@ readNWISdv <- function (siteNumber,parameterCd,startDate="",endDate="",statCd="0
data <- importWaterML1(url, asDateTime=FALSE) data <- importWaterML1(url, asDateTime=FALSE)
if(nrow(data)>0){ if(nrow(data)>0){
data$dateTime <- as.Date(data$dateTime) data$dateTime <- as.Date(data$dateTime)
data$tz_cd <- NULL
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment