ifad / chronomodel

Temporal PostgreSQL (9.4+) system with "flashback" framework for ActiveRecord (7.0+)
MIT License
194 stars 21 forks source link

Remove `string_to_utc_time` conversion function #272

Closed tagliala closed 7 months ago

tagliala commented 7 months ago

This method was used in features that were removed (#268 and #271) and the reason for converting ts values selected from the timeline query is not explicitly documented in the commit history and appears to be redundant (they are already timestamps)

After conducting manual tests on the usecs, it was determined that the issue reported in issue #32 is no longer valid.