()
| 13 | class="cm">//#region representation |
| 14 | |
| 15 | toISOString() { |
| 16 | const [sign, hours, minutes] = this.tzComponents(); |
| 17 | const tz = `${sign}${hours}:${minutes}`; |
| 18 | return this.internal.toISOString().slice(0, -1) + tz; |
| 19 | } |
| 20 | |
| 21 | toString() { |
| 22 | class="cm">// class="st">"Tue Aug 13 2024 07:50:19 GMT+0800 (Singapore Standard Time)"; |