Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^4: Converting epoch times after 2038

by kurre_vaxholm (Acolyte)
on Apr 05, 2007 at 08:14 UTC ( [id://608434]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Converting epoch times after 2038
in thread Converting epoch times after 2038

Hi ikegami Thanks for the response. Are you on a 64 bit system or a 32?? Cause 32 bit system can only handle epoch before 2038 (2**32) if they rely on the unix built in timegm..
  • Comment on Re^4: Converting epoch times after 2038

Replies are listed 'Best First'.
Re: Converting epoch times after 2038
by jonadab (Parson) on Apr 05, 2007 at 10:21 UTC
    Cause 32 bit system can only handle epoch before 2038 (2**32) if they rely on the unix built in timegm..

    The CPU architecture can be 32 bit, as long as a larger size of value is used for times. The code he posted works for me on FreeBSD, on a 32-bit x86 system. Apr 10, 2087 it says.

    -- 
    We're working on a six-year set of freely redistributable Vacation Bible School materials.
Re^5: Converting epoch times after 2038
by ikegami (Patriarch) on Apr 05, 2007 at 15:09 UTC

    Did you try it? WinXP on a 32-bit Pentium 4.

    Even if the CPU doesn't support 64-bit arithmetic — I don't know whether it does or not — it can still be done by software. Think about it... entire CPUs can be emulated in software.

    However, I'm guessing the module doesn't use 64-bit arithmetic (hardware or software), but rather floating point numbers. They have 56-bit of precision on my system.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://608434]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-26 05:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found