From fa699f65d7a2cb4d27b508e816acf256d03ec259 Mon Sep 17 00:00:00 2001 From: WreckItRalph Date: Sun, 4 Aug 2019 21:41:44 +0530 Subject: [PATCH] docs: updated doc for timezone param in DatePipe (#31827) PR Close #31827 --- packages/common/src/pipes/date_pipe.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/common/src/pipes/date_pipe.ts b/packages/common/src/pipes/date_pipe.ts index 452af10052..de5a1810eb 100644 --- a/packages/common/src/pipes/date_pipe.ts +++ b/packages/common/src/pipes/date_pipe.ts @@ -161,7 +161,8 @@ export class DatePipe implements PipeTransform { * @param format The date/time components to include, using predefined options or a * custom format string. * @param timezone A timezone offset (such as `'+0430'`), or a standard - * UTC/GMT or continental US timezone abbreviation. When not supplied, uses the end-user's local system timezone. + * UTC/GMT or continental US timezone abbreviation. + * When not supplied, uses the end-user's local system timezone. * @param locale A locale code for the locale format rules to use. * When not supplied, uses the value of `LOCALE_ID`, which is `en-US` by default. * See [Setting your app locale](guide/i18n#setting-up-the-locale-of-your-app).