[visualization-api] Request for timezone setting functionality

2015-04-09 Thread Julian Blundell
of setting the time zone other than passing the time zone for the users browser back to the server and hacking the data being sent up? Regards Julian Blundell -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To unsubscribe from this group

Re: [visualization-api] Request for timezone setting functionality

2015-04-09 Thread Julian Blundell
need to use the JSON representation for your data, however. If you do, then you'll have to do some post-processing of the data in the browser. On Thu, Apr 9, 2015 at 7:47 AM, Julian Blundell julian@gmail.com javascript: wrote: Hi I am logging physical data from sensor boxes located

Re: [visualization-api] Request for timezone setting functionality

2015-04-09 Thread Julian Blundell
of values, e.g. [18, 45, 27, 123], that should now allow the year, month, and day values in addition to the hour, minute, second, and millisecond values. This may allow you to use the values more directly in a Date constructor. On Thu, Apr 9, 2015 at 9:28 AM, Julian Blundell julian@gmail.com