From 98e802e474c1aefd58bcf646b8cd6a0dc9865443 Mon Sep 17 00:00:00 2001 From: unknown <ldecicco@usgs.gov> Date: Wed, 8 Apr 2015 17:07:10 -0500 Subject: [PATCH] Forgot an argument. --- R/readWQPqw.r | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/R/readWQPqw.r b/R/readWQPqw.r index 124ee0b4..0f1ec495 100644 --- a/R/readWQPqw.r +++ b/R/readWQPqw.r @@ -14,6 +14,10 @@ #' retrieval for the earliest possible record. Date arguments are always specified in local time. #' @param endDate character ending date for data retrieval in the form YYYY-MM-DD. Default is "" which indicates #' retrieval for the latest possible record. Date arguments are always specified in local time. +#' @param tz character to set timezone attribute of datetime. Default is an empty quote, which converts the +#' datetimes to UTC (properly accounting for daylight savings times based on the data's provided tz_cd column). +#' Possible values to provide are "America/New_York","America/Chicago", "America/Denver","America/Los_Angeles", +#' "America/Anchorage","America/Honolulu","America/Jamaica","America/Managua","America/Phoenix", and "America/Metlakatla" #' @keywords data import USGS web service #' @return A data frame with at least the following columns: #' \tabular{lll}{ -- GitLab