| int2date {rbtc} | R Documentation |
Convert time stamp to POSIX
Description
This function returns the associated POSIXct time
to the time stamp integer in a block header.
Usage
int2date(x)
Arguments
x |
|
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
ts <- 1532954868
int2date(ts)
[Package rbtc version 0.1-6 Index]