Title: Tom Streeter's Replies | WordPress.org

---

# Tom Streeter

  [  ](https://wordpress.org/support/users/tomstreetergmailcom/)

 *   [Profile](https://wordpress.org/support/users/tomstreetergmailcom/)
 *   [Topics Started](https://wordpress.org/support/users/tomstreetergmailcom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tomstreetergmailcom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tomstreetergmailcom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tomstreetergmailcom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tomstreetergmailcom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tomstreetergmailcom/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: ICS Calendar] Any way to handle server in another time zone](https://wordpress.org/support/topic/plugin-ics-calendar-any-way-to-handle-server-in-another-time-zone/)
 *  Thread Starter [Tom Streeter](https://wordpress.org/support/users/tomstreetergmailcom/)
 * (@tomstreetergmailcom)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-ics-calendar-any-way-to-handle-server-in-another-time-zone/#post-976826)
 * Turns out there is a clean fix outlined in this thread:
 * [http://wordpress.org/support/topic/170263?replies=3](http://wordpress.org/support/topic/170263?replies=3)
 * Put the following line at the top of the ics-importer.php file using the editor:
 * `putenv("TZ=America/New_York");`
 * (remember to deactivate the plug-in first!)
 * Check out the thread cited to get more detailed instructions, including where
   to find the correct timezone identifier for your time zone.
 * NOTE: Until there’s a setting in the plug-in to designate timezone, you’ll have
   to re-add this line each time the plug-in updates. Not a big deal.
 * (I did receive one other solution that actually fixed the issue with the file
   I identified in my original query. While the code was solid, the kind person 
   who shared that solution and I both agree that the solution outlined here is 
   easier to maintain).

Viewing 1 replies (of 1 total)