We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d266e8 commit ef6b3a6Copy full SHA for ef6b3a6
src/utility/time/TimeService.h
@@ -56,6 +56,8 @@ class TimeServiceClass
56
*/
57
static unsigned long getTimeFromString(const String& input);
58
59
+ static bool isTimeValid(unsigned long const time);
60
+
61
private:
62
63
ConnectionHandler * _con_hdl;
@@ -74,7 +76,6 @@ class TimeServiceClass
74
76
void initRTC();
75
77
void setRTC(unsigned long time);
78
unsigned long getRTC();
- static bool isTimeValid(unsigned long const time);
79
static bool isTimeZoneOffsetValid(long const offset);
80
81
};
0 commit comments