This should probably work:
| eval _time=if(SITE==1, _time+10800, _time)
This should probably work:
| eval _time=if(SITE==1, _time+10800, _time)
worked perfect, thank you!