MaxGekk commented on code in PR #36944:
URL: https://github.com/apache/spark/pull/36944#discussion_r913657466
##########
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:
Precisely speaking, the current system time zone doesn't play any role in
the conversion.
--
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]