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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T06:43:37+00:00 2026-06-12T06:43:37+00:00

Hi I am experiencing some strange behavior with the php date() function. I am

  • 0

Hi I am experiencing some strange behavior with the php date() function. I am trying to increment dates by a week at a time like so.

CODE:

<?php
    date_default_timezone_set('Europe/London');
    echo 7*24*60*60;
    echo '<br>';
    echo date('d/m/Y H:i:s', 0);
    echo '<br>';
    echo date('d/m/Y H:i:s', 604800);
?>

Which results in the following output.

OUTPUT:

604800
01/01/1970 01:00:00
08/01/1970 01:00:00

Which is what you would expect, the date has incremented by 7 days to the second. But after I reach a certain amount of seconds the date function seems to loose an hour off the date.

CODE:

<?php
    date_default_timezone_set('Europe/London');
    echo (1351468800 - 1350864000);
    echo '<br>';
    echo date('d/m/Y H:i:s', 1350864000);
    echo '<br>';
    echo date('d/m/Y H:i:s', 1351468800);
?>

Results in the following output

OUTPUT:

604800
22/10/2012 01:00:00
29/10/2012 00:00:00

As you can see the date has lost an hour even though the difference between the two dates is 604800 seconds. I have tested this on two different servers and I have also tested similar code using the DateTime object but still the same result. Where am I going wrong?

  • 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-06-12T06:43:39+00:00Added an answer on June 12, 2026 at 6:43 am

    I believe the DST is coming into play here. As DST ends on 28th of Oct 2012 in London.

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

Sidebar

Related Questions

I experiencing a strange behavior of C#. Its some thing like this.. var date
I'm experiencing some strange behavior in Eclipse. I'm trying to export my Android application,
I am experiencing some very strange behavior when including a php file. I need
I am experiencing some strange behavior with a custom component in Rhino/Grasshopper. The code
I'm experiencing some strange behavior for which I can't find any documented knowledge. Here's
I am experiencing some very odd timing behavior from a function I wrote. If
I'm experiencing some strange behavior when using tableviews in iOS6. I see they've added
I am experiencing some strange behavior with OSQL, and would appreciate any help. I
I am experiencing some strange behaviour and I really don't have test date/ environments,
I am experiencing some strange behavior with SQL Server CE 3.5 SP2. I have

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.