adaptivedemux: fix 'utc now' gdatetime creation
It broke after removal of usage of GTimeVal that was deprecated, it requires seconds in this unix-based creation instead of microseconds.
The downside here is that it will create an extra object just to be discarded in order to add the microsecond part to it.
It would end up segfaulting as it would return a NULL value