Changes between Version 1 and Version 2 of Ticket #35857, comment 2
- Timestamp:
- Oct 22, 2024, 3:48:20 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35857, comment 2
v1 v2 2 2 3 3 yes that's also a good way to demonstrate the issue. In my example, I also wanted to demonstrate that {{{timesince}}} can confuse the order of events. {{{a_10}}} happens 10 minutes after event {{{a}}}, but {{{timesince}}} returns '0 minutes' as if the order was reversed. 4 5 EDIT: Actually, if I'm not mistaken, in your example, there is no difference between 6 {{{ 7 a_10 = datetime(2024, 10, 27, 3, 5, fold=0, tzinfo=berlin) 8 a_70 = datetime(2024, 10, 27, 3, 5, fold=1, tzinfo=berlin) 9 }}} 10 11 The overlapping folds are between 2 and 3 am.