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

The Archive Base Latest Questions

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

ok well i have this error with a counter i made witch is suppost

  • 0

ok well i have this error with a counter i made witch is suppost to count down to 0

$time=1283593330+(60*15);
$time3= time();
$time2=$time-$time3;

1283593330=Sat, 04 Sep 2010 09:42:10 GMT

Error is this:
when the $time3 timestamp hit the timestamp for $time it says 05:00:00 instande of 00:00:00.
This is the code i use to call it.

Time left: '.date('g:i:s   ',$time2).'<br />

im not sure if im doing something wrong, if 5 is the main time for unix_timestamp or the date commend in PHP

is there anyway to fix this? or is this from of timestamp just that bad of a idea for what i need.

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

    Your time zone is 5 hours ahead of UTC: you say 1283593330 is 09:42, but it’s actually 04:42 UTC.

    When $time2 is zero, this represents the Unix time epoch: this is midnight UTC on 1st January 1970. So when you output this using date, it shows that time in your time zone: 00:00 UTC which is 05:00 in your time zone.

    What’s important is that $time2 is zero when the target time is reached.

    Given that your counter is counting down 15 minutes, you can get the remaining time like this:

    $hours = floor($time2 / 60);
    $mins = $time2 % 60;
    printf("Time left: %d:%02d\n", $hours, $mins);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Well basically I have this script that takes a long time to execute and
Well, I have this bit of code that is slowing down the program hugely
well i have this messages table with sample values like these: msg_id recipient_id read
Well I have this MySQL stored procedure that I wrote and if I run
I have this RewriteRule that works too well :-) RewriteRule ^([^/]*)/$ /script.html?id=$1 [L] The
I have two tables (well, two relevant for this question) : Bets (holds the
We have an application (well, 3) which uses Oracle 9i, however this is being
Well, this is my first post here and really enjoying the site. I have
Ok another WPF question, well I guess this is just general .NET. I have
well, I have an ArrayList with this values ACU ACU ACU ACU ACY ACY

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.