https://bugzilla.redhat.com/show_bug.cgi?id=1180145



--- Comment #1 from Jim Perrin <[email protected]> ---
I believe this is set in the kickstarts used to build the container. The easy
work-around for me is to mount the host's localtime via a volume into the
container

For example:
[jperrin@lappy ~]$ docker run --rm -v /etc/localtime:/etc/localtime -ti 
fedora:latest date
Thu Jan  8 09:27:58 EST 2015

vs 

[jperrin@lappy ~]$ docker run --rm  -ti  fedora:latest date
Thu Jan  8 09:29:26 EST 2015


Granted there's only an hour difference as I'm CST, but you get the idea.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to