Changes between Initial Version and Version 4 of Ticket #30575


Ignore:
Timestamp:
Jun 18, 2019, 4:18:21 AM (5 years ago)
Author:
Jurgis Pralgauskis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30575

    • Property Cc Jurgis Pralgauskis added
    • Property Type UncategorizedBug
  • Ticket #30575 – Description

    initial v4  
    2828                tz = pytz.timezone(tzname)
    2929                _qs = qs.filter(timezone='UTC')
    30                 _qs = _qs.annotate(trunc_local_time=TruncSecond('timestamp', tzinfo=tz))
     30                _qs = _qs.annotate(trunc_local_time=TruncSecond('timestamp', tzinfo=tz)) # could be Trunc_anything_
    3131                partitions.append(_qs)
    3232
Back to Top