Skip to content

Commit

Permalink
Update service.py
Browse files Browse the repository at this point in the history
Add datetime.datetime: "datetime" to ODS_WRITE_FORMAT_COVERSION dict
  • Loading branch information
vinraspa authored Sep 27, 2021
1 parent 67c111f commit 1b4fde5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyexcel_io/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def boolean_value(value):
datetime.date: "date",
datetime.time: "time",
datetime.timedelta: "timedelta",
datetime.datetime: "datetime",
bool: "boolean",
}

Expand Down

0 comments on commit 1b4fde5

Please sign in to comment.