I have a the XMLGregorianCalendar instance and I need to set the timezone to the "America/New_York". The class has a method to set the timezone. AS the Greenwich Mean Time is 4 hours ahead of Eastern Time, does it set like this to the "America/New_York" timezone?
gregorianCalendar.setTimezone(-4);