From 48d6f855d3302343fa8158b40ce25a8104e8f7e6 Mon Sep 17 00:00:00 2001 From: gayansolid Date: Thu, 25 Feb 2016 14:00:16 +0530 Subject: [PATCH] added zoneAbbr() ,zoneName() support --- moment-timezone/moment-timezone.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/moment-timezone/moment-timezone.d.ts b/moment-timezone/moment-timezone.d.ts index 407f99d5d..5d7d24bf7 100644 --- a/moment-timezone/moment-timezone.d.ts +++ b/moment-timezone/moment-timezone.d.ts @@ -9,6 +9,8 @@ declare module moment { interface Moment { tz(): string; tz(timezone: string): Moment; + zoneAbbr() :Moment; + zoneName() :Moment; } interface MomentStatic {