I have the following code that sets the date & time:
date_time_get_current_time(¤t_time); if(current_time.hours > 4 && current_time.hours <10) {
When the device boots, time will be set 0 (2017.01.01-00:00:00)
In order to test this function I need to insert the date/time as a string. How can I accomplish this?
Also, how can I write the PC date/time to ¤t_time?
Sorry for all the questions but I am a noobie.