Hello, I'm attempting to find the difference between two dates, which (may) be in different timezones. One set of timezones will always be GMT; the others will vary. I simulate the problem in the following code:
TimeZone t1 = TimeZone.getTimeZone("PDT");
TimeZone t2 =...