()
| 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()) { |
nothing calls this directly
no outgoing calls
no test coverage detected