Title: Invalid date / timezone calculation
Last modified: September 1, 2016

---

# Invalid date / timezone calculation

 *  Resolved [raxdev](https://wordpress.org/support/users/raxdev/)
 * (@raxdev)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/invalid-date-timezone-calculation/)
 * Hi,
 * Thank you for the great plugin!
 * I noticed that the webinars I schedule past 9pm (America/New_York time) list 
   via the shortcode with invalid dates (the time is right, and the day is off by
   1).
 * The problem seems to be one missing line in shortcode.php – there is an explicit
   timezone conversion for the “time part” of the date, but for the “day part”, 
   the code lacks the bolded out statement:
    $date = new DateTime($mytimes[‘startTime’]);**
   $date->setTimeZone(new DateTimeZone($data[‘timeZone’])); **
 * Could you please update the code to fix that?
 * Best regards!
 * [https://wordpress.org/plugins/wp-gotowebinar/](https://wordpress.org/plugins/wp-gotowebinar/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * (@northernbeacheswebsites)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/invalid-date-timezone-calculation/#post-7575105)
 * Hi raxdev,
 * Good observation! I have fixed this up and just launched an update. Thanks for
   providing the code snippet that makes my job even easier 🙂
 * Thanks!
 *  Plugin Author [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * (@northernbeacheswebsites)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/invalid-date-timezone-calculation/#post-9084037)
 * This item was previously resolved.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Invalid date / timezone calculation’ is closed to new replies.

 * ![](https://ps.w.org/wp-gotowebinar/assets/icon.svg?rev=2182596)
 * [WP GoToWebinar](https://wordpress.org/plugins/wp-gotowebinar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-gotowebinar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-gotowebinar/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-gotowebinar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-gotowebinar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-gotowebinar/reviews/)

## Tags

 * [gotowebinar](https://wordpress.org/support/topic-tag/gotowebinar/)
 * [timezone](https://wordpress.org/support/topic-tag/timezone/)

 * 2 replies
 * 2 participants
 * Last reply from: [Northern Beaches Websites](https://wordpress.org/support/users/northernbeacheswebsites/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/invalid-date-timezone-calculation/#post-7575105)
 * Status: resolved