We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When attempting to read a datetime.time field with DataclassReader, I get the following error:
DataclassReader
name 'datetime' is not defined. Did you forget to import 'datetime'?
which is raised here:
dataclass-csv/dataclass_csv/dataclass_reader.py
Line 80 in 2dc71be
I think dataclass-csv should support parsing datetime.time fields out of the box.
The text was updated successfully, but these errors were encountered:
nvm, confused datetime.date and datetime.time
Sorry, something went wrong.
No branches or pull requests
When attempting to read a datetime.time field with
DataclassReader
, I get the following error:which is raised here:
dataclass-csv/dataclass_csv/dataclass_reader.py
Line 80 in 2dc71be
I think dataclass-csv should support parsing datetime.time fields out of the box.
The text was updated successfully, but these errors were encountered: