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