In order to figure out the relative time between two events occurring in a distributed system without a global clock, we use the happened-before (->) relationship defined as follows:
On the same process, a -> b if time of a < time of b (the time is given by the local clock).
If a process sends a message to another process, then a -> b if a is the send and b is the receive.
For three events a, b, c, if a -> b and b -> c, then a -> c.
The happened-before relationship is only useful in the partial ordering of events. It will not be very useful when considering concurrent events because a -> b means that time(a) < time(b), but time(a) < time(b) does not mean that a -> b.
So we are faced with the problem of what happened beforehand to trigger the big bang.
In those days before science, cosmology was a branch of theology, and the taunt came not from journalists, but from pagans: "What was God doing before he made the universe?" they asked.
There was no "before," no endless ocean of time for a god, or a physical process, to wear itself out in infinite preparation.