Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4257580
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T05:31:52+00:00 2026-05-21T05:31:52+00:00

I am converting this time and date: Thu, 31 Mar 2011 02:05:59 GMT To

  • 0

I am converting this time and date:

Thu, 31 Mar 2011 02:05:59 GMT

To the following time and date format:

Monday March 28 2011 4:48:02 PM

I am using the following PHP code to accomplish this, but I want to convert all time zones to PST/PDT. I looked at the PHP manual and saw this date_default_timezone_set() but I am not sure how to implement that into the code I have below.

$date = $messages[0]->CreationTime;
echo date('l F j Y g:i:s A I', strtotime($date))
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T05:31:53+00:00Added an answer on May 21, 2026 at 5:31 am

    I would not use date_default_timezone_set for general TZ conversions. (To clarify… if this is for display purposes, script wide, then using the default timezone is a reasonable thing to do.)

    Instead, I would use something like:

    $tz = new DateTimeZone('America/Los_Angeles');
    
    $date = new DateTime('Thu, 31 Mar 2011 02:05:59 GMT');
    $date->setTimezone($tz);
    echo $date->format('l F j Y g:i:s A I')."\n";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi I have a date format like this (in English format) 15. July 2011
I am converting a look-up table in PHP which looks like this to JavaScript
I am having an issue converting type. I was trying code like this (minimal,
Is there a straightforward way of converting a Java SQL Date from format yyyy-MM-dd
I am converting dates and times into timestamps using PHP before they are inserted
Using XSLT 1.0 & receive dates in the following format: 20111129060804 and I have
I have a strange problem. I convert a date using the following CONVERT(varchar(64), table.[Date],
Alright, so i'm not sure if im converting user input time to GMT properly.
I am having a problem with converting the date and time to milliseconds. There
I have a problem converting a timestamp in javascript. I have this timestamp: 2011-10-26T12:00:00-04:00

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.