The year 2038 might not have an impact in Perl directly. But there are quite a few file formats (or variants) around that encode dates in 32 bits.

From what i dimly remember, at least older JPEG versions used 32 bit Unix timestamps in the EXIF metadata. So even something trivial like sorting your photo archive by age might need some additional code.

And all those external APIs, especially to embedded systems and microcontrollers, might need a closer look. Those things are often around for ages. For context: Until a few years ago, some highrises in U.S. cities still had to run AC-to-DC converters in their basement tol run the elevator motors installed before WW1.

If you thing your "shiny new" elevator vom 2001 supports 64 bit, well, think again. Those things often have just enough smarts to refuse service if you miss the maintenance interval, but you might need special software that resets the maintenance date acdcording to the 32 bit overflow after 2038. And even if the elevator got a firmware update, the "maintenance reset" software on the engineers laptop might still run on TinyPerl 5.8 ;-)

PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP

In reply to Re^4: The Y2K 2038 problem by cavac
in thread The Y2K 2038 problem by harangzsolt33

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.