to_utc_timestamp {SparkR} | R Documentation |
Assumes given timestamp is in given timezone and converts to UTC.
## S4 method for signature 'Column,character' to_utc_timestamp(y, x) to_utc_timestamp(y, x)
Other datetime_funcs: add_months
,
add_months
; date_add
,
date_add
; date_format
,
date_format
; date_sub
,
date_sub
; datediff
,
datediff
; dayofmonth
,
dayofmonth
; dayofyear
,
dayofyear
; from_unixtime
,
from_unixtime
;
from_utc_timestamp
,
from_utc_timestamp
; hour
,
hour
; last_day
,
last_day
; minute
,
minute
; months_between
,
months_between
; month
,
month
; next_day
,
next_day
; quarter
,
quarter
; second
,
second
; to_date
,
to_date
; unix_timestamp
,
unix_timestamp
,
unix_timestamp
,
unix_timestamp
; weekofyear
,
weekofyear
; year
,
year