Semmai

codice:
	time_t tx;
	time(&tx);
	strftime(buff, 50, "%Y-%m-%d %H:%M:%S", localtime(&tx));