You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/arduino-cloud/01.getting-started/06.dashboard-widgets/dashboard-widgets.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ An example of how it is used in a sketch:
140
140
CloudTimeVariable = ArduinoCloud.getLocalTime();
141
141
```
142
142
143
-
***`ArduinoCloud.getLocalTime()` returns the Unix Time Stamp (counted in seconds).***
143
+
In this example, the variable named `CloudTimeVariable` is populated with `ArduinoCloud.getLocalTime()`which returns the Unix time stamp (in seconds) of the local time zone.
0 commit comments