Title: Timezone issue &#8211; FIXED
Last modified: September 27, 2021

---

# Timezone issue – FIXED

 *  Resolved [Trisha Johnson](https://wordpress.org/support/users/atomicdrivex/)
 * (@atomicdrivex)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/timezone-issue-fixed/)
 * For those of you who have been having the whole timezone issue where it’s offset
   by a random amount of hours (it was 5 hours for me), and have had no luck with
   support, **I’ve found a solution.**
 * You’ll need to edit the ultimate-auction.php file.
    Search for ‘timezone’, on/
   around **line 608**. Replace the first few lines (to the end of the if statement)
   to this:
 *     ```
       add_action('init', 'wdm_set_auction_timezone');
       function wdm_set_auction_timezone()
       {
           $get_default_timezone = get_option('wdm_time_zone');
       	$timezone_string = get_option( 'timezone_string' );
   
           if(!empty($get_default_timezone))
           {
               return $timezone_string;
           }
       ```
   
 * **BAM.**
    no more issues.
 * Now if only the developers would implement in their code…
    -  This topic was modified 4 years, 8 months ago by [Trisha Johnson](https://wordpress.org/support/users/atomicdrivex/).

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

 *  Plugin Author [Nitesh](https://wordpress.org/support/users/nitesh_singh/)
 * (@nitesh_singh)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/timezone-issue-fixed/#post-14942551)
 * Hi [@atomicdrivex](https://wordpress.org/support/users/atomicdrivex/) ,
 * We are reviewing this and will provide an update if testing is fine.
 * Regards,
    Nitesh
 *  Plugin Author [Nitesh](https://wordpress.org/support/users/nitesh_singh/)
 * (@nitesh_singh)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/timezone-issue-fixed/#post-14957183)
 * Hi [@atomicdrivex](https://wordpress.org/support/users/atomicdrivex/) ,
 * Plugin has been updated.
 * Thanks,
    Nitesh

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

The topic ‘Timezone issue – FIXED’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-auction/assets/icon-128x128.png?rev=1494738)
 * [Ultimate Wordpress Auction Plugin](https://wordpress.org/plugins/ultimate-auction/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-auction/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-auction/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-auction/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-auction/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-auction/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Nitesh](https://wordpress.org/support/users/nitesh_singh/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/timezone-issue-fixed/#post-14957183)
 * Status: resolved