COOL-cohort / COOL

the source code of the COOL system
https://www.comp.nus.edu.sg/~dbsystem/cool/
Apache License 2.0
45 stars 16 forks source link

Parsing of ActionTime from both day and second resolution format #153

Closed hugy718 closed 3 months ago

hugy718 commented 3 months ago

This PR fixes #152 . The issue was due to sogamo data prepared in other formats used the old ActionTime format of yyyy-MM-dd. But the latest ActionIntConverter now only accepts yyyy-MM-dd HH:mm:ss.

The fix extend the ActionIntConverter default impl to accept both formats and parse them to seconds since epoch.