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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:48:24+00:00 2026-05-23T09:48:24+00:00

I am converting timestamp to a date. When I convert 2242425600 into date it

  • 0

I am converting timestamp to a date. When I convert 2242425600 into date it is reversing date to past. My code is

echo date("m/d/Y",'2242425600'); 

It is giving me ’12/16/1904′ which is a wrong date . I have checked this time stamp in http://www.onlineconversion.com/unix_time.htm. It is giving correct date.

I don’t understand why the date function is giving wrong date in my code.

  • 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-23T09:48:24+00:00Added an answer on May 23, 2026 at 9:48 am

    You need to use the Date/Time object when working with dates that are larger than the 2030s

    http://php.net/manual/en/book.datetime.php

    http://www.php.net/manual/en/datetime.construct.php

    From the manual

    $date = new DateTime('@2242425600');
    echo $date->format("m/d/Y") . "\n";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm converting string to timestamp by using var timestamp = new Date(month+/+day+/+year).getTime()/ 1000; My
On Linux you can convert a date like 2010-10-02 to a unix timestamp in
Converting my current code project to TDD, I've noticed something. class Foo { public
I'm converting an application to use Java 1.5 and have found the following method:
I have an application that currently stores timestamps in MySQL DATETIME and TIMESTAMP values.
I have created a python script which pulls data out of OLE streams in
I need to do migration date->timestamp with timezone similar to described here: Migrating Oracle
I'm converting a date stored in a calendar object in a string for a
I have trouble in setting the equal condition on a datetime field after converting
While converting an old code, I encountered the following problem. Given an HTML string,

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.