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)
def strydtime(epoch): """Convert an epoch time to a string date and time, including julian day""" return _stock._strydtime(epoch)