How do I set the date and time to NOW when I load file
I cannot get the toggle switch to accept "OK" when I press it using date/time menu.  PITA...
If I reboot the time is still off by 20 minutes
			
			
									
						
										
						Setting date time on upload
- 
				rimai
 - Posts: 12857
 - Joined: Fri Mar 18, 2011 6:47 pm
 
- 
				rimai
 - Posts: 12857
 - Joined: Fri Mar 18, 2011 6:47 pm
 
Re: Setting date time on upload
Try this:
			
			
									
						
							Code: Select all
    setTime(1348672140);  // Unix time
    now();
    ReefAngel.RTC.set(now());
Roberto.