Changes between Version 1 and Version 2 of Ticket #17260, comment 23
- Timestamp:
- Feb 11, 2013, 4:12:47 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17260, comment 23
v1 v2 16 16 }}} 17 17 18 Using `.datetimes()` doesn't require a custom tzinfo class; the appropriate time zone name for the database can be provided directly:19 {{{20 qs.datetimes('dt', 'day', timezone='Non-standard name")21 }}}22 23 18 I don't care if MySQL silently returns wrong data when it's misconfigured. This isn't worse than all the other data truncation or corruption bugs (for instance, when inserting a string longer than the field size) that happen with MySQL's default configuration. If you use MySQL and care about data integrity, you have to read its manual (and much more). 24 19