2 | | is there the concept of time for code executed inside the WordPress core and outside the WordPress core? I explain in mysql only datetime uses UTC while other functions could use a non-zero offset. it would be nice to add a comment to wpdb class |
| 2 | is there the concept of time for code executed inside the WordPress core and outside the WordPress core? I explain in mysql only DATETIME table uses UTC or as of MySQL 8.0.19, you can specify a time zone offset (other than a negative offset equal to zero -00:00) when inserting TIMESTAMP and DATETIME values into a table while other functions could use a non-zero offset. it would be nice to add a comment to wpdb class. |
| 3 | MySQL DATETIME prior 5.6.5 https://dev.mysql.com/doc/refman/5.6/en/timestamp-initialization.html |
| 4 | MySQL DATETIME after https://dev.mysql.com/doc/refman/8.0/en/datetime.html |