berlindb / core

All of the required core code
MIT License
252 stars 27 forks source link

Use gmdate() instead of date() #75

Closed JJJ closed 3 years ago

JJJ commented 3 years ago

Berlin expects to be working with datetime's in UTC.

WordPress sets the timezone to UTC using date_default_timezone_set( 'UTC' ).

This isn't really a problem, but it could be if date_default_timezone_set() was ever called using anything but UTC.