Current date/time in Java under Citrix Xenapp 6.5
问题 We maintain a legacy Java application which has just recently migrated to the XenApp 6.5 platform. But when we display the current time it is displaying the server time and not the user's time on the Powered Shared Desktop. For example, the user is in timezone offset 9.5, but when outputting the timezone it is displayed as 10. We have tried: TimeZone.getDefault().getID()); System.getProperty("user.timezone")); And we are getting the time by: private final static DateFormat dateFormat = new