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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T08:18:45+00:00 2026-05-17T08:18:45+00:00

i get a epoch time returned from a webservice wich is about 3 years

  • 0

i get a epoch time returned from a webservice wich is about 3 years off in PHP but fine in javascript and the epochconverter.com

JS:

alert(‘book ‘+ new Date(1285565357893)); // returns a time this morning 27 sep 2010, Correct!

PHP:

echo strftime(‘%x’, 1285565357893); // returns a date in 2013, Wrong !

Timezone is set to: Europe/Amsterdam

What am i doing wrong here ?

  • 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-17T08:18:45+00:00Added an answer on May 17, 2026 at 8:18 am

    OK, some simple time basics for you.

    Javascript Date class… when you pass a numeric value to the constructor, this is the number of milliseconds since the Unix Epoch (January 1 1970 00:00:00 GMT)

    PHP date is measured as the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).

    Convert from milliseconds to seconds in PHP by dividing by 1000.

    echo strftime('%x', floor(1285565357893/1000));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can't seem to get the correct Unix epoch time out of this PHP
I have a function that converts from unix epoch time to a .NET DateTime
My application needs to create facebook events. Everything works fine, but I can't get
Is there any existing way to get a Calendar populated with time at epoch
I have seconds from epoch time and want to convert it to Day-Month-Year HH:MM
Possible Duplicate: Is it possible to get UNIX time from such date 2011-02-27 02:04:46?
We get a large amount of data from our clients in pdf files in
I get a URL from a user. I need to know: a) is the
I get an XML file From a web service. Now I want to get
I have a mysql table that relies on the unix epoch time stamp equivalent

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.