From eaab69c88832753f563f0ca6b0142ea2b3081e6c Mon Sep 17 00:00:00 2001 From: Shuya Ma Date: Tue, 21 May 2024 14:21:34 -0700 Subject: [PATCH 1/2] add shuyama to vacation list --- .ci/magician/github/membership.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ci/magician/github/membership.go b/.ci/magician/github/membership.go index e62a48ed130e..33aa6f173b99 100644 --- a/.ci/magician/github/membership.go +++ b/.ci/magician/github/membership.go @@ -77,6 +77,11 @@ var ( startDate: newDate(2024, 5, 17, bstLoc), endDate: newDate(2024, 5, 19, bstLoc), }, + { + id: "shuyama1", + startDate: newDate(2024, 5, 22, bstLoc), + endDate: newDate(2024, 5, 28, bstLoc), + }, } ) From b81879cc684cde9f7479a973c86078e30e3bef5a Mon Sep 17 00:00:00 2001 From: Shuya Ma Date: Tue, 21 May 2024 15:38:20 -0700 Subject: [PATCH 2/2] updated time zone --- .ci/magician/github/membership.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/magician/github/membership.go b/.ci/magician/github/membership.go index 33aa6f173b99..3ccf61b38c59 100644 --- a/.ci/magician/github/membership.go +++ b/.ci/magician/github/membership.go @@ -79,8 +79,8 @@ var ( }, { id: "shuyama1", - startDate: newDate(2024, 5, 22, bstLoc), - endDate: newDate(2024, 5, 28, bstLoc), + startDate: newDate(2024, 5, 22, pdtLoc), + endDate: newDate(2024, 5, 28, pdtLoc), }, } )