int2date | R Documentation |
This function returns the associated POSIXct
time
to the time stamp integer in a block header.
int2date(x)
x |
|
An object of class POSIXct, POSIXt
Bernhard Pfaff
https://en.bitcoin.it/wiki/Block_timestamp
Other UtilityFuncs:
bkfee()
,
blockattime()
,
blockstats()
,
date2int()
,
intMaxDay()
,
intMinDay()
,
intRangeDay()
,
intRangePeriod()
,
timeofblock()
,
txfee()
,
txids()
,
txinids()
,
txstats()
,
utxoage()
,
utxotype()
,
utxovalue()
ts <- 1532954868
int2date(ts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.