Skip to content

Commit 35c0fd3

Browse files
authored
Merge pull request #2255 from ahoppen/ahead-of-utc
Support `trace-from-signpost` for logs captured in time zones ahead of UTC
2 parents c31b62e + 2f137a1 commit 35c0fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Diagnose/TraceFromSignpostsCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ private struct LogParseRegex {
3131
private init() {
3232
regex = Regex {
3333
Capture(as: dateComponent) {
34-
#/[-0-9]+ [0-9:.-]+/#
34+
#/[-0-9]+ [0-9:.+-]+/#
3535
}
3636
" "
3737
#/[0-9a-fx]+/# // Thread ID

0 commit comments

Comments
 (0)