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.
This PR fixes #152 . The issue was due to
sogamo
data prepared in other formats used the oldActionTime
format ofyyyy-MM-dd
. But the latestActionIntConverter
now only acceptsyyyy-MM-dd HH:mm:ss
.The fix extend the
ActionIntConverter
default impl to accept both formats and parse them to seconds since epoch.