From 2e49fc543633e587d4b21fb5e07c5121aec958de Mon Sep 17 00:00:00 2001 From: Elizabeth Samuel Date: Wed, 29 Jan 2020 13:54:56 -0800 Subject: [PATCH] [office-js] [office-js-preview] (Outlook) UserProfile.timeZone is in Windows format (#41954) --- types/office-js-preview/index.d.ts | 2 +- types/office-js/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/types/office-js-preview/index.d.ts b/types/office-js-preview/index.d.ts index 36c9fcc183..38dcf1728c 100644 --- a/types/office-js-preview/index.d.ts +++ b/types/office-js-preview/index.d.ts @@ -16431,7 +16431,7 @@ declare namespace Office { */ emailAddress: string; /** - * Gets the user's time zone. + * Gets the user's time zone in Windows format. * * @remarks * diff --git a/types/office-js/index.d.ts b/types/office-js/index.d.ts index 3fffe14413..ed7c4f3344 100644 --- a/types/office-js/index.d.ts +++ b/types/office-js/index.d.ts @@ -16121,7 +16121,7 @@ declare namespace Office { */ emailAddress: string; /** - * Gets the user's time zone. + * Gets the user's time zone in Windows format. * * @remarks *