Plugin Directory

Changeset 2964372


Ignore:
Timestamp:
09/08/2023 07:49:01 AM (3 years ago)
Author:
workbenchwtf
Message:

datetime

Location:
qanva-analog-clock-for-elementor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • qanva-analog-clock-for-elementor/tags/1.1.1/controls/clockcontrols.php

    r2942345 r2964372  
    8585                        $gmtcheck = 1;
    8686                    }
    87                     $time = new DateTime(NULL, new DateTimeZone($timezone));
     87                    $time = new DateTime('', new DateTimeZone($timezone));
    8888                    $date = new DateTime();
    8989                    $time_Zone = $date->getTimezone();
  • qanva-analog-clock-for-elementor/trunk/controls/clockcontrols.php

    r2942345 r2964372  
    8585                        $gmtcheck = 1;
    8686                    }
    87                     $time = new DateTime(NULL, new DateTimeZone($timezone));
     87                    $time = new DateTime('', new DateTimeZone($timezone));
    8888                    $date = new DateTime();
    8989                    $time_Zone = $date->getTimezone();
Note: See TracChangeset for help on using the changeset viewer.