Thanks for the reply. This is the code I am using for the time.
// --------------------------------------------------------------------------------------
// Define rules for Auto Summer Time Display, and clock adjustment
// --------------------------------------------------------------------------------------
// Example for Australia Eastern Time Zone (Sydney, Melbourne)
// TimeChangeRule aEDT = {"AEDT", First, Sun, Oct, 2, 660}; //UTC + 11 hours
// TimeChangeRule aEST = {"AEST", First, Sun, Apr, 3, 600}; //UTC + 10 hours
// Timezone myTZ(aEDT, aEST);
TimeChangeRule usEDT = {"USEDT", Second, Sat, Mar, 11, 200}; //UTC - 4 hours
TimeChangeRule usEST = {"USEST", First, Sun, Nov, 5, 200}; //UTC - 5 hours
Timezone myTZ(usEDT, usEST);
Right now the clock reads 0523 and the top green light is on. UTC time should be 0203. Local time is 2203.
// --------------------------------------------------------------------------------------
// Define rules for Auto Summer Time Display, and clock adjustment
// --------------------------------------------------------------------------------------
// Example for Australia Eastern Time Zone (Sydney, Melbourne)
// TimeChangeRule aEDT = {"AEDT", First, Sun, Oct, 2, 660}; //UTC + 11 hours
// TimeChangeRule aEST = {"AEST", First, Sun, Apr, 3, 600}; //UTC + 10 hours
// Timezone myTZ(aEDT, aEST);
TimeChangeRule usEDT = {"USEDT", Second, Sat, Mar, 11, 200}; //UTC - 4 hours
TimeChangeRule usEST = {"USEST", First, Sun, Nov, 5, 200}; //UTC - 5 hours
Timezone myTZ(usEDT, usEST);
Right now the clock reads 0523 and the top green light is on. UTC time should be 0203. Local time is 2203.

