moritzkoerber commented on code in PR #36944:
URL: https://github.com/apache/spark/pull/36944#discussion_r917264814


##########
R/pkg/R/functions.R:
##########
@@ -4854,7 +4855,8 @@ setMethod("current_timestamp",
           })
 
 #' @details
-#' \code{timestamp_seconds}: Creates timestamp from the number of seconds 
since UTC epoch.
+#' \code{timestamp_seconds}: Converts the number of seconds from unix epoch 
(1970-01-01 00:00:00 UTC)
+#' to a timestamp of that moment in the current system time zone.

Review Comment:
   True, I removed "of that moment in the current system time zone." from the 
docstrings.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to