Exemplo n.º 1
0
def strtdelta(epoch):
    """Convert an epoch time difference to a string representation"""

    try:
    
        ret = _stock._strtdelta(epoch)
    
    except _stock._ElogException, _e:

        _raise_elog(_e)
Exemplo n.º 2
0
def strtdelta(epoch):
    """Convert an epoch time difference to a string representation"""

    return _stock._strtdelta(epoch)