Changes between Version 1 and Version 2 of Ticket #35857, comment 2


Ignore:
Timestamp:
Oct 22, 2024, 3:48:20 AM (38 hours ago)
Author:
Frank Sauerburger

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35857, comment 2

    v1 v2  
    22
    33yes 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
     5EDIT: Actually, if I'm not mistaken, in your example, there is no difference between
     6{{{
     7a_10 = datetime(2024, 10, 27, 3, 5, fold=0, tzinfo=berlin)
     8a_70 = datetime(2024, 10, 27, 3, 5, fold=1, tzinfo=berlin)
     9}}}
     10
     11The overlapping folds are between 2 and 3 am.
Back to Top