Anyone had any problems with the 3 time libraries affecting readings, I added a bunch of code to take readings every 10 minutes, when I looked at the results I had 2 readings 51.2 and 76.8, which basically I was only getting 3 possible readings. Being a light sensor it was easy to test by covering it an lighting it, I still only get 25.6,51.2,76.8 (multiples of 25.6) strange since I expect values from 0-100.0 (scaling from 0 - 1023).
After checking all the code, I removed all references to the libraries and started getting readings again, any ideas?