Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
This site is no longer updated.Head to Angular.devHome
/

This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

DATE_PIPE_DEFAULT_TIMEZONE

Optionally-provided default timezone to use for all instances of DatePipe (such as '+0430'). If the value isn't provided, the DatePipe will use the end-user's local system timezone.

Deprecated: use DATE_PIPE_DEFAULT_OPTIONS token to configure DatePipe

      
      const DATE_PIPE_DEFAULT_TIMEZONE: InjectionToken<string>;