2008-02-26 21:52:32 UTC
int ForeignTimeToEastern (int hour, int adjustment);
I need to write C code that converts London time, Stockholm, etc to eastern time using that prototype. Here's more info:
* London time is 5 hours ahead of Eastern Time
* Stockholm time is 6 hours ahead of Eastern Time
*Tampere and Helsinki time is 7 hours ahead of Eastern Time
* St. Petersburg time is 8 hours ahead of Eastern Time
Please help!! thanks