The main function in drupal to format a date is the format_date function which will take the formatting and timezone conversion you configured at http://yoursite/admin/settings/date-time and http://yoursite/admin/settings/date-time/formats
<?php//format_date($timestamp, $type = 'medium', $format = '', $timezone = NULL, $langcode = NULL)//An example convert the unix timestamp for now ?>