QOAL / localisetime

A web extension for localising times found in web pages
GNU General Public License v3.0
14 stars 0 forks source link

Support hypenated start-end times #2

Closed QOAL closed 5 years ago

QOAL commented 5 years ago

Format is roughly hour(:mins) - hour(:mins)... TZ e.g. 5-7pm GMT

Currently only the final time will be converted. We can easily extend the regex to spot the hyphen, and the less complex initial time. (I suppose we need to support several types of hyphens/dashes)

QOAL commented 5 years ago

Fixed in 1.5.X