I'm running the Drupal countdown module, and have my local timezone (in Drupal's date/ time settings) set to "America/ New York" (EST or EDT). However, the countdown module is off by 4 hours, so I'm guessing it must be using the server time?
Is there anyway to adjust the time() variable in the countdown module to reflect my local time and not the server time? I'm seeing that it appears to be calling the server time instead of the time I have set on my Drupal site.