cloudfoundry-attic / cfdev

A fast and easy local Cloud Foundry experience on native hypervisors, powered by LinuxKit with VPNKit
Apache License 2.0
227 stars 64 forks source link

clock skew #101

Open drnic opened 5 years ago

drnic commented 5 years ago

I guess I've had my cfdev running 12-24 hours on my laptop. My laptop has been shut at least once during this time; perhaps for 18 mins.

I now see that the date inside my app instance is lagging real time by 18 minutes.

App instance:

$ date
Sun May 26 23:40:15 UTC 2019

On my laptop:

$ date -u
Sun 26 May 2019 23:58:13 UTC

Nasty 30 minute workaround: I'm currently rebuilding my cf dev start, cf dev deploy-service mysql, installing buildpacks, etc.

cf-gitbot commented 5 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/166260806

The labels on this github issue will be updated when the story is started.