DATE_PIPE_DEFAULT_TIMEZONE
constant
Deprecated
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.
API
const DATE_PIPE_DEFAULT_TIMEZONE: InjectionToken<string>;
Jump to details