In order to retrieve the lasteen information for specific contact from whatsApp web interface I run the following code in Chrome 63.xx build it retrieves the following information highlighted with code. But I don't know how to interpret it, I suspect that t: 1513932466
value at the end is the format for data and time, which is written in integer format.
So my question is how to translate that into something as human readable format such as date + time ?
Store.Wap.lastseenFind("phone_number" + '@c.us').then(function(r){ console.log(r)})
t {_flags: 0,
_value: undefined,
_onFulfilled: ƒ,
_onRejected: undefined,
_context: undefined,
…}control: undefined
x: undefined_child: undefined_children: undefined_context:
undefined_control: undefined_flags: 5_onFulfilled: ƒ (r)_onRejected:
undefined_parent: undefined_resolveLevel: 2_thenableParent: null_value:
undefined__proto__: Object
VM36:1 {t: 1513932466}
t: 1513932466__proto__: Object