network_time() on a non-worker node

Hi,

According to the documentation, network_time() "returns the timestamp of the last packet processed." So what does it do on a manager or proxy node? Is there loose synchronization of the timestamp? Does it return the wall-clock time? Is it undefined?

When there is no traffic source it reverts to being driven by the wall clock.

  .Seth

Thanks!