Computes the sum of two binary timestamps; the timestamps can be
    two relative times or a relative time and an absolute time.
    Format
      #include <utc.h>
      int utc_addtime(result, *utc1, *utc2)
         utc_t result;
         const utc_t *utc1;
         const utc_t *utc2;
Additional Information:
explode
extract