pysnow icon indicating copy to clipboard operation
pysnow copied to clipboard

Passing a string like "2021-12-01 01:00:00: to less_than/greater_than

Open lotaris-xx opened this issue 2 years ago • 0 comments

I am using some automation that calls pysnow under the covers. The docs for pysnow QueryBuilder say we can pass in a datetime or str representation of a datetime for less_than or greater_than, but the code throws an error when you pass in a string and says must be a datetime or int.

lotaris-xx avatar Aug 21 '21 00:08 lotaris-xx