Re: Y2038 C/C++ bug
Re: Y2038 C/C++ bug
- Subject: Re: Y2038 C/C++ bug
- From: Emmanuel <email@hidden>
- Date: Thu, 16 Jan 2003 12:50:19 +0100
The next time issue that I'm aware of should be the Y2038C/C++ bug.
See my white paper on the subject at:
http://www.cyberpoet.net/consult/wp.html
Is this related to the bug that you say?
set x to date "Monday, January 1, 2035 12:00:00 AM"
set x to x + 366 * 86400 (repeated 6 times)
-->
date "Wednesday, January 2, 2036 12:00:00 AM"
date "Friday, January 2, 2037 12:00:00 AM"
date "Sunday, January 3, 2038 12:00:00 AM"
date "Tuesday, January 4, 2039 12:00:00 AM"
date "Thursday, January 5, 2040 12:00:00 AM"
date "Tuesday, November 29, 1904 5:31:44 PM"
Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.