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 !) 20200303155857027 <http://82.165.251.188:4052/#20200303155857027> <$list filter="[tag[spotify-track]get[modified]sort[]allafter[20200303155857027]]"></$list> returns 20200303190107647 <http://82.165.251.188:4052/#20200303190107647> 20200303190706560 <http://82.165.251.188:4052/#20200303190706560> 20200304093151389 <http://82.165.251.188:4052/#20200304093151389> 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 Le mercredi 4 mars 2020 11:52:22 UTC+1, Eric Shulman a écrit : > > On Wednesday, March 4, 2020 at 2:08:48 AM UTC-8, vpl wrote: >> >> I try to retrieve tiddlers that have been modified before a specific time >> (not date ..) >> The below filter >> <$list filter="[tag[spotify-track]get[modified]]"></$list> >> returns >> 20200303190107647 <http://82.165.251.188:4052/#20200303190107647> >> 20200303190706560 <http://82.165.251.188:4052/#20200303190706560> >> 20200303155857027 <http://82.165.251.188:4052/#20200303155857027> >> 20200304093151389 <http://82.165.251.188:4052/#20200304093151389> >> > <$list >> filter="[tag[spotify-track]get[modified]allafter[20200303155857027]]"></$list> >> > I get 20200304093151389 which looks strange as this time stamp is >> 15h58mn the 3rd of march >> and *after this date I should get *3 answer (2 with 19:xx the 3rd and >> the one the 4th of march) >> > > Note that the list you are showing is NOT automatically sorted by > date/time value, so the result you get only shows the items after the > specfied "marker". > > Try adding a sort filter, like this: > <$list > filter="[tag[spotify-track]get[modified]sort[]allafter[20200303155857027]]"></$list> > > That should give you the results you are expecting. Let me know how it > goes. > > enjoy, > -e > Eric Shulman > TiddlyTools.com: "Small Tools for Big Ideas!" (tm) > InsideTiddlyWiki - http://TiddlyTools.com/InsideTW > > > > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/68c266ff-859a-4b49-9f60-3a54a6da96a1%40googlegroups.com.

