From 27e825048f4086fda1bd26fa8d03e57e6ee224d7 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 1 May 2019 09:54:48 -0400 Subject: [PATCH] no bug - set vagrant timezone to UTC (#1259) --- vagrant_support/timezone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3