On Jun 30, 5:12 pm, Andy Dustman <farcep...@gmail.com> wrote: > Uh, no. 0000-00-00 is specifically an illegal value in MySQL. Invalid > dates are converted to 0000-00-00 unless you are in strict mode, in > which case they raise error conditions. The actual supported range is > from 1000-01-01 to > 9999-12-31.http://dev.mysql.com/doc/refman/5.0/en/datetime.html
I stand corrected. I stopped used MySQL for anything important back around version 3.something, after it ate my data once too often. The fact remains however that Postgres handled a much broader date range, including dates before the dark ages, and that it properly understands timezones. Timezones have existed since before the Unix epoch. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.