Skip to content

Commit

Permalink
Fixed #23631 -- Removed outdated note on MySQL timezone support.
Browse files Browse the repository at this point in the history
Thanks marfire for the report.
  • Loading branch information
timgraham committed Oct 10, 2014
1 parent 06b11b6 commit 9db3653
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/ref/databases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,6 @@ for the field. This affects :class:`~django.db.models.CharField`,
DateTime fields
~~~~~~~~~~~~~~~

MySQL does not have a timezone-aware column type. If an attempt is made to
store a timezone-aware ``time`` or ``datetime`` to a
:class:`~django.db.models.TimeField` or :class:`~django.db.models.DateTimeField`
respectively, a ``ValueError`` is raised rather than truncating data.

MySQL does not store fractions of seconds. Fractions of seconds are truncated
to zero when the time is stored.

Expand Down

0 comments on commit 9db3653

Please sign in to comment.