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 7670723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T15:53:16+00:00 2026-05-31T15:53:16+00:00

I searched the PHP manual and StackOverflow too, but haven’t really found a proper

  • 0

I searched the PHP manual and StackOverflow too, but haven’t really found a proper answer to my question. My dates are stored in UTC. Now if I do:

$date = new DateTime('2012-03-16 14:00:00', 'UTC');
$date->setTimezone('Europe/Budapest');

Will DateTime::setTimezone() set DST automatically? So if I format the string, will it output 15:00:00 in summer time and 16:00:00 in winter time? Or will I have to set DST manually?

Related question, if I want to get a DST independent UTC time (that I can store), will the following work?

$date = new DateTime('now', 'UTC');
$date->format('Y-m-d H:i:s');

Or better to use simple gmdate('Y-m-d H:i:s')?

  • 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-31T15:53:18+00:00Added an answer on May 31, 2026 at 3:53 pm

    Your assumption is correct.

    In addition, this would have taken you 10 seconds to verify yourself.

    Edit:

    The correct syntax is:

    $date = new DateTime('2012-03-16 14:00:00', new DateTimeZone('UTC'));
    

    As to your second question. The timezone passed in the DateTime constructor is the ‘reference’ timezone.

    You should still call ->setTimeZone(new DateTimeZone(‘UTC’)) to format it in the UTC timezone, unless the default timezone was also set to UTC (date_default_timezone_set).

    Next time, try a little harder trying stuff out before asking.

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

Sidebar

Related Questions

I searched and found this question but did not like the answer. Is there
I searched for this and found Maudite's question about text editors but they were
I searched google but couldn't find an answer to this rather simple question. I
I searched from internet, but I only found php solutions to this problem. Please
I have searched for this but did not find a perfect function in php.
I've searched all over and have only found: <?php wp_nav_menu( array( 'sort_column' => 'menu_order',
I need to prepare for PHP aptitude exam. I have searched on Google but
I searched around the webs and found tools that can indent java,C,php,HTML etc. Is
I'm just learning PHP and I've searched for a while on this, but I'm
Yesterday I searched almost all topics about php sessions, I looked over manual and

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.