We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82638c2 commit 0d4ab31Copy full SHA for 0d4ab31
examples/io/udp/ntp/main.js
@@ -17,6 +17,6 @@ const ntp = new device.network.ntp.client.io({
17
});
18
19
ntp.getTime((error, value) => {
20
- trace(new Date(value), "\n");
+ trace((new Date(value)) + "\n");
21
ntp.close();
22
0 commit comments