Define the time origin for service workers (#1621)
In [this HTML PR](https://github.com/whatwg/html/pull/7339) we add
a `time origin` getter to the `environment settings object`.
We need to account for that value in service workers, which would be the
time the worker environment is created.