This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* wp_convert_to_timezone useful for adjusting an imported DateTime to your site GMT/UTC offset | |
* | |
* @link http://www.php.net/manual/en/timezones.php Accepted $timezone strings | |
* @link http://www.cs.tut.fi/~jkorpela/iso8601.html Reason for default return as ISO 8601 | |
* | |
* @param string $datetime | |
* @param string $timezone default GMT |