runtime icon indicating copy to clipboard operation
runtime copied to clipboard

timezone in container does not match timezone on host

Open jodh-intel opened this issue 6 years ago • 0 comments

BST != UTC:

$ date;sudo docker run --runtime cc-runtime -ti busybox date;date
Wed Oct  4 14:59:49 BST 2017
Wed Oct  4 13:59:53 UTC 2017
Wed Oct  4 14:59:53 BST 2017

jodh-intel avatar Oct 04 '17 14:10 jodh-intel