Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Data from sensor shows on wrong time #36

Open
sajidt3 opened this issue Aug 28, 2016 · 4 comments
Open

Data from sensor shows on wrong time #36

sajidt3 opened this issue Aug 28, 2016 · 4 comments

Comments

@sajidt3
Copy link

sajidt3 commented Aug 28, 2016

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

@pkerney
Copy link

pkerney commented Aug 29, 2016

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.

@marcinma
Copy link
Contributor

Information about checking and setting up timezone on Galileo are provided under this link https://github.com/enableiot/iotkit-samples/wiki/How-to-for-Arduino#configuration-steps

@sajidt3
Copy link
Author

sajidt3 commented Aug 30, 2016

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.

@pkerney
Copy link

pkerney commented Aug 30, 2016

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants