how to filter log entries by timestamp in gcloud logging command line
I found the answer in https://cloud.google.com/logging/docs/view/query-library?_ga=2.48552804.-39743739.1582783979
the filter could be like this timestamp>="2020-07-01T00:00:00Z" AND timestamp<="2020-07-01T00:02:00Z"