()
| 3424 | } |
| 3425 | |
| 3426 | function isLocal() { |
| 3427 | return this.isValid() ? !this._isUTC : false; |
| 3428 | } |
| 3429 | |
| 3430 | function isUtcOffset() { |
| 3431 | return this.isValid() ? this._isUTC : false; |
nothing calls this directly
no outgoing calls
no test coverage detected