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
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
hi friends,
the data which i sent from arduino-IDE using Galileo Gen 2 on dashboard goes on wrong time even i set the time by using putty.
Using time command ---- date -s "YYYY-MM-DD HH:MM:SS"
but still my result seen on 5.5 hours later
The text was updated successfully, but these errors were encountered:
Sounds like your timezone might be incorrect on your Galileo. This is from my Edison.
root@edison3:~# ls -l /etc/localtime
lrwxrwxrwx 1 root root 36 Aug 29 10:11 /etc/localtime -> /usr/share/zoneinfo/Australia/Sydney
So "rm /etc/localtime ; ln -s /usr/share/zoneinfo/...... /etc/localtime"
Not sure what effect /etc/timezone has on things these days.
Actually what happening here, my data is seen on correct time on dashboard but not seen at that time when i sent my results.
when i sent data to dashboard, the data is sent. but real-time data is not seen, it seen after 4-5 hours.
You might have your refresh interval set too long if you are expecting it to update automatically. Otherwise you should see it if you hit "refresh now" (the circular arrows on the chart).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
hi friends,
the data which i sent from arduino-IDE using Galileo Gen 2 on dashboard goes on wrong time even i set the time by using putty.
Using time command ---- date -s "YYYY-MM-DD HH:MM:SS"
but still my result seen on 5.5 hours later
The text was updated successfully, but these errors were encountered: