To WdwInfo staff:
I've found a bug on the Reservation Date Calculator and I'd just want to report it if anyone is interested in fixing it
http://www.wdwinfo.com/wdwinfo/dining/pscalc/dispscalc.html
What happens is that I'm in the Australian time zone, and the calculator is one day off in its results.
E.g. When I put in 11/27/2016, the 180 day calculator gives me 5/30 as the 180 day mark, when it should be 5/31, this only happens when I'm not in the US time zone.
I've had a look at the javascript code, when it retrieves the date from the form, it converts the time from the client's computer's timezone into UTC timezone, and does the calculation, and gives the result in UTC time
If there's a place where I should be putting this, please let me know
I've found a bug on the Reservation Date Calculator and I'd just want to report it if anyone is interested in fixing it
http://www.wdwinfo.com/wdwinfo/dining/pscalc/dispscalc.html
What happens is that I'm in the Australian time zone, and the calculator is one day off in its results.
E.g. When I put in 11/27/2016, the 180 day calculator gives me 5/30 as the 180 day mark, when it should be 5/31, this only happens when I'm not in the US time zone.
I've had a look at the javascript code, when it retrieves the date from the form, it converts the time from the client's computer's timezone into UTC timezone, and does the calculation, and gives the result in UTC time
If there's a place where I should be putting this, please let me know