API and date filter

I’m trying to get a list of results via API based on date and have tried:


/tool/user-manager/session/print
?>from-time=jan/01/2011 (the format it replies)

/tool/user-manager/session/print
?>from-time=2011/01/01

But each time I get all sessions in the list.

What to do here?
If I could also get eg. the first 100, then issue another command to get next 100, etc. as there are to many to load with one command.

I don’t know about usermanager, but this works fine for me (rc10):

/user/active/print
?>when=mar/03/2011 01:00:00

and

/user/active/print
?>when=mar/03/2011

(similar to “?>when=mar/03/2011 00:00:00”)

Only works in ROS 5, in 4.16 it shows all items.