Learn R Programming

dplyr.teradata (version 0.4.1)

to_timestamp: Translatable function to convert UNIX time to time-stamp

Description

Translatable function to convert UNIX time to time-stamp

Usage

to_timestamp(x)

Arguments

x

column name stored UNIX time (e.g. 1609459200)

Value

time-stamp (e.g. "2021-01-01 00:00:00")