I need to standardize and compare date / time fields that are in different time zones . for example, how do you find the time difference between the next two times? ...
"18-05-2012 09:29:41 +0800" "18-05-2012 09:29:21 +0900"
What is the best way to initialize standard date / time cookers? The output should display the difference and normalized data in the time zone (for example, +0100), which is different from the input values ββand different from the local environment.
Expected Result:
18-05-2012 02:29:41 +0100 18-05-2012 01:29:21 +0100 Difference: 01:00:20
source share