Question
dtime and itime
I use an external MySQL db for the FAZ. itime and dtime columns in any of the FAZ tables are not normalized into the same time zone. This would be trivial if dtime and itime columns were of type TIMESTAMP, but not so easy since they are INTs. Basically, any dtime value on the FAZ is suspect because we can’t determine if the difference between the itime and dtime is latency or just a time zone difference between the FAZ and the Foritgate. Is there a “best practice†for this that entails setting all Fortigates and FAZ to GMT to forcibly normalize dtime vs itime? How are we supposed to handle this and why are columns with time data not using a time data type?
