conv.time.unix: Convert Time Unix

View source: R/source.r

conv.time.unixR Documentation

Convert Time Unix

Description

A function used to convert a unix timestamp into a POSIXct object.

Typical examples of unix timestamps include any POSIX object that has been coerced into a numeric.

Usage

conv.time.unix(x, tz = "GMT")

Arguments

x

The numeric value that will be converted.

tz

The timezone of the epoch used for the timestamp, almost always GMT.


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.