Consider adding nptd in container

I use Local v3.2.1 on MacOS Mojave.

I’m developing WordPress site which has a feature to do something with Amazon Web Service.
As described in Container’s system clock delays, the datetime of the local machine is gradually delaying.
It occurs problem when you develop on authentications like JSON Web Token. Because they need correct timestamp to confirm the validity of the request.

In my experience, keeping Local up for 1 week makes your local time delayed more than 5 minutes.
I believe installing time synchronizer like ntpd will solve the problem.