current_timeGet time of the last accepted block.Returns the time in microseconds from 1970 of the current block (block including this action) Returns time in seconds from 1970 of the current block Example: C++uint64_t timestamp = current_time();