Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Because of the fact that, currently, we do not have a feature that allows you to convert current /system clock time into UNIX timestamp - epoch format, we need to use additional scripting to translate /system clock time into "epoch" time. The scripts created by our forum users can help with that.

The first ###Time part of the script (###Time part) does exactly that, it takes /system clock time and calculates "epoch" time. When we have an "epoch" value for our current /system clock time, we can then subtract 1 minute from it. Having the "subtracted minute" epoch time value will help the script compare the packet's reception time against it to see whether the packet is 1+ minute(s) late or whether it is within a 1-minute interval of the current time.

...