]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - set vagrant timezone to UTC (#1259)
authorDylan William Hardison <dylan@hardison.net>
Wed, 1 May 2019 13:54:48 +0000 (09:54 -0400)
committerIsrael Madueme <purelogiq@gmail.com>
Wed, 1 May 2019 13:54:48 +0000 (09:54 -0400)
vagrant_support/timezone.yml

index f0e1b5f26e1cc0de3f53630e4ee2d3cda1a290cc..f519e21d7d2eb913db7c4a7641c719528e1d34d2 100644 (file)
@@ -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