()
| 19 | } |
| 20 | |
| 21 | toString() { |
| 22 | // "Tue Aug 13 2024 07:50:19 GMT+0800 (Singapore Standard Time)"; |
| 23 | return `${this.toDateString()} ${this.toTimeString()}`; |
| 24 | } |
| 25 | |
| 26 | toDateString() { |
| 27 | // toUTCString returns RFC 7231 ("Mon, 12 Aug 2024 23:36:08 GMT") |
no test coverage detected