UART Command Parser Time Manager Data Store for SD Card for stm32l476 [it's not Licensed as BSD/GPLx]

Dependencies:   mbed SDFileSystem

Revision:
12:a45a9c65dc03
Parent:
4:bec3f80dc49c
Child:
16:602bc04e3cb5
--- a/common/TimeManager.cpp	Sat May 18 03:45:38 2019 +0000
+++ b/common/TimeManager.cpp	Wed May 22 09:10:18 2019 +0000
@@ -13,8 +13,8 @@
     current.tm_sec = 0;
     current.tm_min = 0;
     current.tm_hour = 0;
-    current.tm_mday = 0;
-    current.tm_mon = 0;
+    current.tm_mday = 1;
+    current.tm_mon = 1;
     current.tm_year = 0;
     baseclock.attach(flip, 1.0);
 }