From: Dylan William Hardison Date: Wed, 1 May 2019 13:54:48 +0000 (-0400) Subject: no bug - set vagrant timezone to UTC (#1259) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27e825048f4086fda1bd26fa8d03e57e6ee224d7;p=thirdparty%2Fbugzilla.git no bug - set vagrant timezone to UTC (#1259) --- diff --git a/vagrant_support/timezone.yml b/vagrant_support/timezone.yml index f0e1b5f26..f519e21d7 100644 --- a/vagrant_support/timezone.yml +++ b/vagrant_support/timezone.yml @@ -13,6 +13,6 @@ - name: set timezone to same as production file: path: /etc/localtime - src: /usr/share/zoneinfo/America/Los_Angeles + src: /usr/share/zoneinfo/UTC force: true state: link