Is it possible to make a google datastore GQL query with a comparison on the current DateTime?
Example:
select * from MY_KIND where created_at < DATETIME.NOW
I've seen anything about that on any post or google documentation: https://cloud.google.com/datastore/docs/reference/gql_reference
I need to make an operation on data older than 30 days.