EViews doesn't understand unixtime by default, but it is easy to work around. Bring the file in as you normally would. Then convert the unixtime stamp into an EViews date:
Code:
series date = unixtime/86400+@dateval("01/01/1970")
Then structure by the new date series.