Currently a Java application is deployed in multiple countries at site location. The local dates and time of some operations are passed to the application without the timezone.
Have to convert each of these local timestamps to UTC. How can I get the localTimeZone(depending on where the application is running), check this and convert all dates to UTC.