示例#1
0
def strydtime(epoch):
    """Convert an epoch time to a string date and time, including julian day"""

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

        _raise_elog(_e)
示例#2
0
def strydtime(epoch):
    """Convert an epoch time to a string date and time, including julian day"""

    return _stock._strydtime(epoch)