background
since it could be useful for testing of apps that need to run based on dates and time, it could be nice to create a widget/shortcut on the "desktop" of android, and by a single click to skip a few hours/days/...
the problem
i don't think there is such a thing using the normal API. the only similar thing is to use an intent to open the date options.
the question
is it possible to do it using the API of android? if not, is it possible to do it using ROOT? how?
EDIT: i've found a way to do it using root, here , but i can't find the correct parameters and documentation of how to use it (the link isn't correct about the parameters for android).