Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19276#discussion_r139868265
  
    --- Diff: R/pkg/R/functions.R ---
    @@ -2286,8 +2286,8 @@ setMethod("next_day", signature(y = "Column", x = 
"character"),
               })
     
     #' @details
    -#' \code{to_utc_timestamp}: Given a timestamp, which corresponds to a 
certain time of day
    -#' in the given timezone, returns another timestamp that corresponds to 
the same time of day in UTC.
    +#' \code{to_utc_timestamp}: Given a timestamp like '2017-07-14 
02:40:00.0', interprets it as a time in the given
    +# time zone, and renders that time as a timestamp in UTC. For example, 
'GMT+1' would yield '2017-07-14 01:40:00.0'.
    --- End diff --
    
    same here with `#` -> `#'`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to