ufcg-lsd / sebal-engine

0 stars 1 forks source link

Fix timestamps in database #53

Closed EsdrasVP closed 7 years ago

EsdrasVP commented 8 years ago

Timestamps are currently being stored as string into DB. It must be stored as TIMESTAMP (Postgre SQL and Java implementation) in order to get full date/hours/seconds format.

thiagomanel commented 8 years ago

we need to update the layout of our deployed database and to fix the java code. Remember to keep sebal output intact.