Deepserver should use the Gstreamer clock for time based actions (db queries, etc...)
What needs to be done here is:
Move the ntp timestamp code from deepcore-daemon into deep-common so both can use it
Run find -type f -exec grep -F '::now(' {} + to find all places we use system time and replace it with querying the ntp sync gstreamer clock.