Revisions and their respective dates

I’ve been running some backup jobs daily for some time now, without major problems. And I also run prune jobs.

My doubt is: is there any way to list the revisions and their respective dates? Something similar to:

snapshot  ioioio - revision 12 - 2017-11-12
snapshot  ioioio - revision 23 - 2017-12-15
snapshot  ioioio - revision 34 - 2018-01-01
...

That’s exactly what the list command does, isn’t it?

The generated output here is

Snapshot MIF_E3_1231V3-Michael_local-D revision 412 created at 2018-03-20 10:00

Snapshot MIF_E3_1231V3-Michael_local-D revision 413 created at 2018-03-20 14:00

Snapshot MIF_E3_1231V3-Michael_local-D revision 414 created at 2018-03-20 18:00

Snapshot MIF_E3_1231V3-Michael_local-D revision 415 created at 2018-03-20 22:00

Oh! Thanks. Sure, my fault …

I was trying with check, and my script executing the list command uses -files option, and I didn’t check the first lines.

Thanks again.