Hi Eric
Thanks for your quick answer
This helps, but I still don't understand why the time is not evaluated
If I recapitulate
<$list filter="[tag[spotify-track]get[modified]sort[]]"></$list> returns (sorted !)
<$list filter="[tag[spotify-track]get[modified]sort[]allafter[20200303155857027]]"></$list> returns
Fine !
But if I just change the time of the previous filter from 15H to 16H I should still ge the 3 values as the next one is at 19H
When I run
<$list filter="[tag[spotify-track]get[modified]sort[]allafter[20200303165857027]]"></$list>
I get an empty list
is the data evaluated in the allafter ?
Thanks for your help
Regards