Merge pull request #1245 from borisyankov/momentjs-zone-function

Momentjs zone function
This commit is contained in:
basarat
2013-11-11 15:16:48 -08:00
+2
View File
@@ -121,6 +121,8 @@ interface Moment {
isLeapYear(): boolean;
zone(): number;
zone(b: number): Moment;
zone(b: string): Moment;
daysInMonth(): number;
isDST(): boolean;