ropensci / bikedata

:bike: Extract data from public hire bicycle systems
https://docs.ropensci.org/bikedata
82 stars 17 forks source link

make sure hours all have two digits! #13

Closed mpadge closed 7 years ago

mpadge commented 7 years ago

new york, for example, currently does not, and without the leading 0 these dates are not properly translated by SQLite3. Likely related to #16

mpadge commented 7 years ago

all done