Code: Select all
public int add(DateTime x, double y)
Example:
Chart data time range is in EST and display as data from 1-2 PM, but the client in PST sees that data as 4-5 PM.
We would like to keep the date range always fixed regardless of where the client is, so if they are in Japan or Los Angeles the chart will always show with the date range of 1-2PM.
Is there anyway we can force the axis to translate all the time in milliseconds to a set timezone?