+ Reply to Thread
Results 1 to 3 of 3

How do i convert a number of seconds to a date/time?

  1. #1
    Margo
    Guest

    How do i convert a number of seconds to a date/time?

    I have some system logs that have a number that is either a serial number or
    the number of seconds. I have tried to use the Convert function, format the
    cell to date/time, but it doesn't look reasonable. I've read that serial
    numbers start at 1/1/1900, but this would put my date/time at september 2005,
    and we aren't there yet. Any suggestions and ideas would be helpful.

  2. #2
    Bob Phillips
    Guest

    Re: How do i convert a number of seconds to a date/time?

    Margo,

    Time is stored as a fraction of 1 day, dates as the number of date from
    01/01/1900. Today, 9:00PM has a value of 38,356.88.

    If your number is in seconds, divide it by 86,400 (24*60*60) to get a
    date/time number.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Margo" <[email protected]> wrote in message
    news:[email protected]...
    > I have some system logs that have a number that is either a serial number

    or
    > the number of seconds. I have tried to use the Convert function, format

    the
    > cell to date/time, but it doesn't look reasonable. I've read that serial
    > numbers start at 1/1/1900, but this would put my date/time at september

    2005,
    > and we aren't there yet. Any suggestions and ideas would be

    helpful.88



  3. #3
    Tim C
    Guest

    Re: How do i convert a number of seconds to a date/time?

    Do you have an example number and the approximate date/time that it should
    represent?

    Tim C

    "Margo" <[email protected]> wrote in message
    news:[email protected]...
    >I have some system logs that have a number that is either a serial number
    >or
    > the number of seconds. I have tried to use the Convert function, format
    > the
    > cell to date/time, but it doesn't look reasonable. I've read that serial
    > numbers start at 1/1/1900, but this would put my date/time at september
    > 2005,
    > and we aren't there yet. Any suggestions and ideas would be helpful.




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1