FUNCTION eis_stev2tai , time

STRPUT , time , 'T', STRPOS(time,'.')
utc = str2utc(time)

RETURN , utc2tai(utc)

END
