mlvagrant icon indicating copy to clipboard operation
mlvagrant copied to clipboard

Document how to change timezone

Open grtjn opened this issue 6 years ago • 1 comments

Manually:

  • rm /etc/localtime
  • ln -s /usr/share/zoneinfo/CET /etc/localtime

Or maybe there is a vagrant plugin to help with this?

grtjn avatar May 15 '18 20:05 grtjn

There is a plugin, and it allows matching TZ with host. I might make that the default.. :)

https://github.com/tmatilai/vagrant-timezone

grtjn avatar May 22 '18 11:05 grtjn