Title: Time Display
Last modified: August 19, 2016

---

# Time Display

 *  [comptech520](https://wordpress.org/support/users/comptech520/)
 * (@comptech520)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/time-display/)
 * When I echo the time, it shows UTC time, when I select my area that I live in,
   it still displays UTC time.
 * How can I get it to display local time using php echo date?

Viewing 1 replies (of 1 total)

 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/time-display/#post-1333604)
 *     ```
       <?php
       // set the default timezone to use. Available since PHP 5.1
       date_default_timezone_set('EDT');
   
       // Prints something like: Monday 8th of August 2005 03:12:46 PM
       echo date('l jS \of F Y h:i:s A');
   
       ?>
       ```
   
 * obviously, change EDT to your timezone….. and change the formatting to your liking…

Viewing 1 replies (of 1 total)

The topic ‘Time Display’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/time-display/#post-1333604)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
