Changes between Initial Version and Version 4 of Ticket #30575
- Timestamp:
- Jun 18, 2019, 4:18:21 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30575
- Property Cc added
- Property Type Uncategorized → Bug
-
Ticket #30575 – Description
initial v4 28 28 tz = pytz.timezone(tzname) 29 29 _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_ 31 31 partitions.append(_qs) 32 32