Search found 1 match

by tweedle_dumb
Mon Nov 12, 2012 10:47 pm
Forum: ZoneMinder 1.25.x
Topic: Time Delta starts at Pre-Event start rather than at Alarm
Replies: 2
Views: 1033

Re: Time Delta starts at Pre-Event start rather than at Alar

We had the exact same problem and couldn't figure out a way to fix it in the software itself so we wrote a trigger to basically do what you suggested. Here is the code if you'd like to use it in your environment: USE zm; DELIMITER $$ CREATE DEFINER = 'zmuser'@'%' TRIGGER update_endTime AFTER UPDATE ...