techfromsage / tripod-php

Object Graph Mapper for managing RDF data in Mongo
MIT License
29 stars 4 forks source link

Cast UTCDateTime to a DateTime object for comparison #119

Closed rgubby closed 7 years ago

rgubby commented 7 years ago

When using a conditional in a table spec that compares 2 date objects, the comparison fails because the 2 objects aren't in a state that can be compared.

UTCDateTime cannot be compared using comparison operators UTCDateTime. A DateTime object however, can be.

rsinger commented 7 years ago

👍 Seems good to me