graphenebase.utils module

graphenebase.utils.formatTime(t)

Properly Format Time for permlinks

graphenebase.utils.formatTimeFromNow(secs=0)

Properly Format Time that is x seconds in the future

Parameters:secs (int) – Seconds to go in the future (x>0) or the past (x<0)
Returns:Properly formated time for Graphene (%Y-%m-%dT%H:%M:%S)
Return type:str
graphenebase.utils.formatTimeString(t)

Properly Format Time for permlinks

graphenebase.utils.parse_time(block_time)

Take a string representation of time from the blockchain, and parse it into datetime object.

graphenebase.utils.unicodify(data)