Changes between Version 3 and Version 7 of Ticket #31948


Ignore:
Timestamp:
08/29/20 19:00:40 (3 years ago)
Author:
Joe Jackson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31948

    • Property Status changed from new to assigned
    • Property Cc Aymeric Augustin Josh Smeaton added
    • Property Summary changed from TruncDate Unexpected Behavior to Add support for tzinfo parameter to TruncDate() and TruncTime().
    • Property Owner changed from nobody to Joe Jackson
    • Property Version changed from 3.1 to master
    • Property Keywords TruncDate removed
    • Property Has patch set
    • Property Type changed from Bug to New feature
    • Property Triage Stage changed from Unreviewed to Accepted
  • Ticket #31948 – Description

    v3 v7  
    2727=== Workaround
    2828There was a workaround for me.  I was able to use TruncDay and then convert the DateTimes returned outside of the database, but I found no way to convert from DateTime to Date in the database.  Maybe a Cast would work, but I would expect TruncDate to work.
     29
     30=== Patch
     31[https://github.com/django/django/pull/13363 PR]
Back to Top