int t = time(NULL);

char a[20];

sprintf(a,"%d",t);
//printf("%d",t);
lr_save_string(a,"clock");
lr_log_message(lr_eval_string("{clock}"));