All you need to do is add or subtract a number of hours from a given time.
Standard time functions (<time.h> will give you the specified time in seconds, which you can then add/subtract the offset of est from utc. Other functons allow you to format the result into a time string.
Comment