RIAEvangelist / node-phidget-API

Node.JS Phidget API supporting all phidgets!
Other
10 stars 7 forks source link

GPS Module reports "date.full" in Pacific format and "date.hour", "date.min" in GMT #49

Closed nileshprasad closed 7 years ago

nileshprasad commented 8 years ago

date.full which is a 'string' is being reported in Pacific format. date.hour, date.min,date.day are reported in GMT format.

The "date.full" data is displayed in the format as "10/29/2015". It will be better if it is displayed in "Oct 29 2015''. This will avoid confusion to people in other parts of the world where the date format is different.