()
| 3428 | } |
| 3429 | |
| 3430 | function isUtcOffset() { |
| 3431 | return this.isValid() ? this._isUTC : false; |
| 3432 | } |
| 3433 | |
| 3434 | function isUtc() { |
| 3435 | return this.isValid() ? this._isUTC && this._offset === 0 : false; |
nothing calls this directly
no outgoing calls
no test coverage detected