codeforboston / Legalhousing-Scrapple

Getting all the data off websites
0 stars 8 forks source link

Postgres with timezone support #15

Open jayventi opened 6 years ago

jayventi commented 6 years ago

Database tables now use timestamps "with time zone." The readme file has been updated on what kind of time zones are expected for input and output.

Note, it will be necessary because of this update to either convert the two timestamp field in the database to with timezone data types I hand or the table will need to be dropped and re-created with the new create table script.