Changes between Initial Version and Version 1 of Ticket #28410, comment 5
- Timestamp:
- May 30, 2019, 9:10:30 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28410, comment 5
initial v1 1 1 In master branch, I couldn't see a problem with this query. Doesn't {{{timedelta(hours=-5)}}} work for your need? am I wrong? 2 3 4 {{{ 5 from datetime import timedelta, timezone as datetime_timezone 6 tz = datetime_timezone(timedelta(hours=-5)) 7 timezone.activate(tz) 8 }}}