int2date: Convert time stamp to POSIX

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/UtilFuncs.R

Description

This function returns the associated POSIXct time to the time stamp integer in a block header.

Usage

1

Arguments

x

integer, the block header time stamp

Value

An object of class POSIXct, POSIXt

Author(s)

Bernhard Pfaff

References

https://en.bitcoin.it/wiki/Block_timestamp

See Also

Other UtilityFuncs: bkfee, blockattime, blockstats, date2int, intMaxDay, intMinDay, intRangeDay, intRangePeriod, timeofblock, txfee, txids, txinids, txstats, utxoage, utxotype, utxovalue

Examples

1
2
ts <- 1532954868
int2date(ts)

rbtc documentation built on May 2, 2019, 12:20 p.m.

Related to int2date in rbtc...