()
| 18029 | hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]'; |
| 18030 | |
| 18031 | function toString () { |
| 18032 | return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ'); |
| 18033 | } |
| 18034 | |
| 18035 | function toISOString(keepOffset) { |
| 18036 | if (!this.isValid()) { |
no outgoing calls
no test coverage detected