MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / isUtc

Function isUtc

tests/test_code/js/moment/moment.js:3434–3436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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*)?)?$/,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected