sot / chandra_time

Convert between various time formats relevant to Chandra.
https://sot.github.io/Chandra.Time
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Regex for relday is incorrect #10

Open taldcroft opened 10 years ago

taldcroft commented 10 years ago
TimeStyle(name = 'relday',
     match_expr = r'^[+-]' + RE['float'] + '$',  # DDDD:hh:mm:ss.ss..
...

Should be r'^[+-]?' + ...