Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49120, comment 4


Ignore:
Timestamp:
01/03/2020 01:32:38 PM (5 years ago)
Author:
autotutorial
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49120, comment 4

    initial v1  
    11@SergeyBiryukov @Rarst happy New Year
    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
     2is 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.
     3MySQL DATETIME prior 5.6.5 https://dev.mysql.com/doc/refman/5.6/en/timestamp-initialization.html
     4MySQL DATETIME after https://dev.mysql.com/doc/refman/8.0/en/datetime.html