I don't know might be something to do with your script. Arrays start from 0 not 1. I don't know why you are storing it in arrays you can store it as a variable normally. If it makes it easier to use arrays then use arrays. If you have multidimension arrays consider surrounding it in brackets. Like in your template have:
PHP Code:
{$eveit359[1][tree][time]}
If you run this at the end of your plugin it will give you a dump of all the information stored in the variable.
PHP Code:
var_dump($eveit359);