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

  • Home
  • SEARCH
  • 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 6335805
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T18:55:38+00:00 2026-05-24T18:55:38+00:00

How do I convert 2011-08-19 07:44:26 Etc/GMT to a local timestamp?

  • 0

How do I convert “2011-08-19 07:44:26 Etc/GMT” to a local timestamp?

  • 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-24T18:55:41+00:00Added an answer on May 24, 2026 at 6:55 pm

    Use DateTime::createFromFormat:

    $d = DateTime::createFromFormat("Y-m-d H:i:s T", "2011-08-19 07:44:26 Etc/GMT");
    echo $d->format("r"), "\n";
    $d->setTimezone(new DateTimeZone("EST"));
    echo $d->format("r"), "\n";
    

    will output

    Fri, 19 Aug 2011 07:44:26 +0000
    Fri, 19 Aug 2011 03:44:26 -0400
    

    There is a great book on the topic: php|architect’s Guide to Date and Time Programming. Programming with date and time is a quite extensive topic.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to convert the string 11/24/2011 @ 01:15pm to a UNIX timestamp. The
Are there any ways to convert Wed, 30 Nov 2011 09:13:00 to a timestamp
I'm trying to convert dates using as.POSIXct dates <- c(1-DEC-2011 00:56:06.82, 1-DEC-2011 01:29:57.07, 1-DEC-2011
I use following function to convert datetimes from UTC to my local time (West
How to convert 2011-11-03T17:27:56Z to time in php. I want time difference from current
How can I convert this date: 2011-11-02T10:41:43+0000 Into this using JavaScript: 02/11 Thankful for
I need to convert date from this format: 2011-11-04T18:30:49Z To this format: MM/dd/yy hh:mm:SS
How i could convert datetime 5/8/2011 12:00:00 AM (m/d/yyyy) to dd-MMM-yyyy like 08-May-2011 in
I need to convert this string date 2011-06-25T11:00:26+01:00 into a long like value. I
How can I convert the time from the format Thu Jun 09 2011 00:00: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.