I am developing one application related to Sales & Purchase reports. In that I am generating chart by using the data of that purchase & sales report.
The creation of purchase order & sales order date is with respect to the (UTC + 5.30) time i.e. this time is for Mumbai,India.
Scenario -1
Suppose this is the scenario (currently This application is used in India For This scenario)
Lets Say,
**Purchase Order & sales Order Generation is as follows**
Purchase Order(Rs) Sales Order(Rs)
31-Jan-2014 11.00PM 1000 2000
31-Jan-2014 10.00PM 2000 4000
According to this if I create chart then data for the chart will look like this.
Purchase Sales
Jan-2014 3000 6000
I don't have any issue with this scenario,
But Lets Suppose I have one branch in US & one of my US colleague created Same purchase order & sales order then My problem is starts as follows
Scenario -2
Suppose this is the scenario (currently This application is used in US For This scenario)
Lets Say,
**Purchase Order & sales Order Generation is as follows**
Purchase Order(Rs) Sales Order(Rs)
31-Jan-2014 11.30PM 1000 2000
31-Jan-2014 11.00PM 2000 4000
According to this If I create a chart then data for the chart will look like this.
Purchase Sales
Feb-2014 3000 6000
Reason for This : Because I am using (UTC+5.30) time to create Purchase & sales Report.
For the guy who is sitting in the US & creating the purchase order on the date of 31-Jan-2014 12.00PM
(Timing for US is UTC)
So According to US, Sales & purchase Order Date is 31-Jan
So According to India, Sales & purchase Order Date is 1-Feb
Question : Then What is the Standard way to solve this and what should I display in the chart or in the whole application, with the US or with the Indian time or some common time Because end user who is using this application that person will not know what is UTc that person will only interested in the correct values.
Thank you. Any help will be appreciated.