Hi all,
Is anyone giving much thought to the Y2038 "bug/issue" in relation to Unix Timestamps? From what I read, they have a range of 1970-2038 (or earlier than 1970 on *nix).
The reason I ask is because I always store my dates in timestamps, and I don't really want to be responsible for any more short-sighted code/data that may still be around 34 years from now.
My thinking is to store everything in MySQL DATETIME format (YYYY-MM-DD HH:II:SS), but perhaps there's some other thinking on the situation?
--- Justin French http://indent.com.au
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php