Changes between Initial Version and Version 1 of Ticket #49120, comment 2
- Timestamp:
- 01/03/2020 11:44:24 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49120, comment 2
initial v1 5 5 {{{#!php 6 6 <?php 7 //Bad old function with offset 7 8 $date = '2020-02-01 00:00'; 8 9 //plugin … … 16 17 //WordPress core #maybe 17 18 date_default_timezone_set('UTC'); 18 //ini_set( 'date.timezone', 'UTC');19 19 $timestamp[] = strtotime( $date ); 20 20 var_dump( $timestamp );