()
| 3432 | } |
| 3433 | |
| 3434 | function isUtc() { |
| 3435 | return this.isValid() ? this._isUTC && this._offset === 0 : false; |
| 3436 | } |
| 3437 | |
| 3438 | // ASP.NET json date format regex |
| 3439 | var aspNetRegex = /^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/, |
nothing calls this directly
no outgoing calls
no test coverage detected