fix timestamp regex wrt [TIMESTAMP] +0000

This commit is contained in:
Denis Bilenko 2025-02-10 12:48:23 +01:00
parent c05b780c80
commit 18a641982c
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
LocalOnly = true
[[Repls]]
Old = '\d\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d(\.\d+)?(\+\d\d:\d\d)?Z?'
Old = '\d\d\d\d-\d\d-\d\d(T| )\d\d:\d\d:\d\d(\.\d+)?(\+\d\d:?\d\d)?Z?'
New = '[TIMESTAMP]'