Elonito
468414cac4
fix: use local timezone in console log timestamps
...
formatConsoleTimestamp previously used Date.toISOString() which always
returns UTC time (suffixed with Z). This confused users whose local
timezone differs from UTC.
Now uses local time methods (getHours, getMinutes, etc.) and appends the
local UTC offset (e.g. +08:00) instead of Z. The pretty style returns
local HH:MM:SS. The hasTimestampPrefix regex is updated to accept both
Z and +/-HH:MM offset suffixes.
Closes #14699
2026-02-12 19:08:52 +01:00
..
2026-02-01 10:03:47 +09:00
2026-02-13 02:56:35 +09:00
2026-02-12 09:58:01 -06:00
2026-02-11 07:54:48 +08:00
2026-02-07 22:16:59 -05:00
2026-02-10 17:33:57 -06:00
2026-02-12 18:30:14 +01:00
2026-02-12 17:59:52 +00:00
2026-01-30 03:16:21 +01:00
2026-02-12 17:15:43 +00:00
2026-02-12 09:28:47 -05:00
2026-02-12 07:55:29 -06:00
2026-02-12 09:58:01 -06:00
2026-02-04 10:37:14 -05:00
2026-02-12 17:48:49 +01:00
2026-02-12 18:52:09 +01:00
2026-02-10 00:44:38 -06:00
2026-02-12 17:16:42 +00:00
2026-02-10 00:44:38 -06:00
2026-02-01 10:03:47 +09:00
2026-02-12 19:08:52 +01:00
2026-01-31 16:19:20 +09:00
2026-02-12 08:11:57 -05:00
2026-02-12 07:45:22 -06:00
2026-02-12 09:58:01 -06:00
2026-02-11 21:42:33 -06:00
2026-02-11 07:54:48 +08:00
2026-02-10 19:48:02 -05:00
2026-02-09 19:21:33 -08:00
2026-02-12 17:15:43 +00:00
2026-02-12 07:55:19 -06:00
2026-02-09 09:58:58 +09:00
2026-02-09 09:20:52 +09:00
2026-02-01 10:03:47 +09:00
2026-02-09 22:22:29 -08:00
2026-02-09 20:42:35 -08:00
2026-01-31 16:19:20 +09:00
2026-02-10 00:44:38 -06:00
2026-02-12 17:48:49 +01:00
2026-02-12 09:58:01 -06:00
2026-02-03 06:22:51 +00:00
2026-02-07 22:16:59 -05:00
2026-02-01 10:03:47 +09:00
2026-02-12 10:46:57 -05:00
2026-02-08 04:53:31 -08:00
2026-02-02 01:52:33 +01:00
2026-02-09 20:34:56 -08:00
2026-02-11 23:09:09 -06:00
2026-02-01 10:03:47 +09:00
2026-02-10 07:31:02 -05:00
2026-02-01 10:03:47 +09:00
2026-02-12 10:46:57 -05:00
2026-02-08 04:53:31 -08:00
2026-02-03 20:18:16 +09:00
2026-01-31 16:19:20 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-01-31 16:19:20 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-03 06:10:19 +00:00
2026-02-08 20:06:29 -05:00
2026-02-09 18:56:58 -08:00
2026-02-06 00:09:48 -05:00
2026-02-06 00:09:48 -05:00