There's a date system in computers that uses a single 32-bit integer to count the number of milliseconds since January 1, 1970. I believe that counter runs out in 2036 or so.
To get around this, that 32-bit integer is being changed to a 64-bit integer.
But you know how these things go. There will likely be systems that don't get updated.
Would you trust an LLM to write code to handle date calculations in this environment?

