Absolute: Allow date variation to parse
This commit is contained in:
parent
affc697b32
commit
15bdbfbdf7
|
@ -55,8 +55,9 @@ class Absolute(HandHistoryConverter):
|
||||||
(?P<LIMIT>No\ Limit|Pot\ Limit|Normal|)\s?
|
(?P<LIMIT>No\ Limit|Pot\ Limit|Normal|)\s?
|
||||||
(?P<CURRENCY>\$|\s€|)
|
(?P<CURRENCY>\$|\s€|)
|
||||||
(?P<SB>[.,0-9]+)/?(?:\$|\s€|)(?P<BB>[.,0-9]+)?
|
(?P<SB>[.,0-9]+)/?(?:\$|\s€|)(?P<BB>[.,0-9]+)?
|
||||||
\s+-\s+
|
\s+
|
||||||
(?P<DATETIME>\d\d\d\d-\d\d-\d\d\ \d\d:\d\d:\d\d)\s+
|
((?P<TTYPE>(Turbo))\s+)?-\s+
|
||||||
|
((?P<DATETIME>\d\d\d\d-\d\d-\d\d\ \d\d:\d\d:\d\d)(\.\d+)?)\s+
|
||||||
(?: \( (?P<TZ>[A-Z]+) \)\s+ )?
|
(?: \( (?P<TZ>[A-Z]+) \)\s+ )?
|
||||||
.*?
|
.*?
|
||||||
(Table:\ (?P<TABLE>.*?)\ \(Real\ Money\))?
|
(Table:\ (?P<TABLE>.*?)\ \(Real\ Money\))?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user