time() function returning wrong tiemstamp

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • harsha.patibandla@gmail.com

    time() function returning wrong tiemstamp

    Hi,

    For out department website we are running php 4.3.6 on Apache
    webserver.
    Today I found that the current time returned by the time function is
    wrong....the timestamp returns (1180480514) is for May 29th, 2007
    instead of today's date (july 11, 2007).

    I am trying to figure out the reason for this. If anyone could give me
    some ideas about why this could happen it would be great.

    Thanks,
    Harsha

  • Jerry Stuckle

    #2
    Re: time() function returning wrong tiemstamp

    harsha.patiband la@gmail.com wrote:
    Hi,
    >
    For out department website we are running php 4.3.6 on Apache
    webserver.
    Today I found that the current time returned by the time function is
    wrong....the timestamp returns (1180480514) is for May 29th, 2007
    instead of today's date (july 11, 2007).
    >
    I am trying to figure out the reason for this. If anyone could give me
    some ideas about why this could happen it would be great.
    >
    Thanks,
    Harsha
    >
    Maybe your system time is wrong?

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    Working...