About 5,180,000 results
Open links in new tab
  1. Year 2038 Bug: What is it? How to solve it? - Stack Overflow

    I have marked this as a community wiki so feel free to edit at your leisure. What exactly is the Year 2038 problem? "The year 2038 problem (also known as Unix Millennium Bug, Y2K38 by …

  2. What should we do to prepare for 2038? - Stack Overflow

    A “return on investment” of more than a few years is uncommon for any software project, so you make a lot more money for your employer by getting the software shipped quicker, rather than …

  3. What is year 2038 problem? How to find out if the existing code …

    Jun 20, 2011 · Possible Duplicate: What should we do to prepare for 2038? What is year 2038 problem? How to find out if our code has that problem and solve it?

  4. 2038 Bug | How to handle on a yocto builded 32Bit System

    Sep 18, 2024 · 2038 Bug | How to handle on a yocto builded 32Bit System Asked 1 year, 3 months ago Modified 1 year, 3 months ago Viewed 526 times

  5. operating system - NTP Y2038 & Y2036 - Stack Overflow

    Dec 22, 2009 · My current problem is related to the 2038 rollover condition if an NTP client running on a 64-bit OS is being synchronized to an NTP server running on a 32-bit OS. Does …

  6. Is safe to use System.currentTimeMillis() after 2038?

    The 2038 problem relates to 32-bit signed integers measuring time in seconds. currentTimeMillis uses a 64-bit signed integer measuring time in milliseconds. Unless the underlying source of …

  7. Why do timestamps have a limit to 2038? - Stack Overflow

    May 4, 2011 · 41 I just found out, running a calendar script, that timestamps in PHP has a limit to 2038. What does it really mean? Why is it 2038 instead of 2050 or 2039? Why a limit if …

  8. data - Problema do Ano 2038 - Stack Overflow em Português

    Apr 24, 2019 · O que é o problema do ano 2038? É semelhante ao bug do milénio? Já existem soluções para evitar a ruptura de informação?

  9. Why can JavaScript handle timestamps beyond 2038?

    Nov 14, 2013 · The year 2038 problem applies to signed 32 bit timestamps only, which PHP and some other systems use. A signed 32-bit timestamp's range runs out with the number of …

  10. Year 2038 solution for embedded Linux (32 bit)? [duplicate]

    Jan 26, 2016 · Closed 9 years ago. What is the proper way to handle times in C code for 32-bit embedded Linux (ARMLinux) to ensure that the code continues to work properly after 03:14:07 …