Changeset 2309132
- Timestamp:
- 05/20/2020 08:50:09 PM (6 years ago)
- File:
-
- 1 edited
-
web-hosting/tags/1.5.4/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
web-hosting/tags/1.5.4/index.php
r2306780 r2309132 38 38 39 39 40 $wh_time_zone = get_option('timezone_string'); 41 date_default_timezone_set($wh_time_zone); 40 //$wh_time_zone = get_option('timezone_string'); 41 //date_default_timezone_set($wh_time_zone); 42 date_default_timezone_set('UTC'); 42 43 ob_start(); 43 44
Note: See TracChangeset
for help on using the changeset viewer.