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

Function toString

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

Source from the content-addressed store, hash-verified

3905 hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]';
3906
3907 function toString() {
3908 return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ');
3909 }
3910
3911 function toISOString(keepOffset) {
3912 if (!this.isValid()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected