Converts a tm structure that expresses local time to a binary
    timestamp.
    Format
      #include <utc.h>
      int utc_mklocaltime(*utc, *timetm, tns, *inacctm, ins)
         utc_t *utc;
         const struct tm *timetm;
         long tns;
         const struct tm *inacctm;
         long ins;
Additional Information:
explode
extract