finopsfoundation / focus_validator

Validator resource for checking datasets against the FOCUS specification
MIT License
15 stars 10 forks source link

Relax validation check for datetime #99

Closed joshk0 closed 1 year ago

joshk0 commented 1 year ago

Allow np.datetime64 as well. This variant of Python time type has no time zone information (it's an instant.) so we don't check that tzname is UTC in that case.