Is it possible to use the JSON config for timestamps to default to the current time when used within a slice? When I try it, it returns midnight for each instance, whereas a timestamp in the main level does correctly return the current time.
I suppose that I'm expecting that it would fire the now calculation when the user adds the slice but maybe that's not possible (or how most would prefer to use it).