Questions tagged as 'localtime'

3
answers

Get system date

I am doing a program in #C for the university and I need to get the current system date to know when the person has registered. So far to catch the date I have this: time_t tiempo = time(NULL);//variables donde guardo el valor de la funcion...
asked by 11.04.2017 / 12:49
1
answer

Format LocalTime

I have a question when it comes to pairing my Local Time to String in order to import a csv file. The local time in the csv file is in the following format: "1:20:32" - > (hour, minute, second). Well, I've done the following: LocalTime dur...
asked by 31.05.2018 / 15:49