Source Code:
(back to article)
<?php $timezone_offset = '+05:30'; echo gmdate('Y-m-d H:i:s', strtotime($timezone_offset));
Result:
Report an issue