Open drnic opened 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.
date
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 dev start
cf dev deploy-service mysql
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.
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:
On my laptop:
Nasty 30 minute workaround: I'm currently rebuilding my
cf dev start
,cf dev deploy-service mysql
, installing buildpacks, etc.