  TYPE
    nft$timer = record
      timer_set: boolean,
      last_checked: nft$micro_second,
      time_interval: nft$micro_second,
    recend;

*copyc nft$micro_second
