Skip to content
New issue

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

CLI: Format Python datetime object to be human readable when outputting a GeoJSON #13

Closed
matthiasschaub opened this issue May 17, 2021 · 2 comments · Fixed by #47
Closed
Assignees
Milestone

Comments

@matthiasschaub
Copy link
Collaborator

Check how the API does this.

@joker234 joker234 added this to the Release 0.5.0 milestone Jun 7, 2021
@joker234
Copy link
Member

joker234 commented Jun 7, 2021

related to #9

@hn437
Copy link
Contributor

hn437 commented Jun 7, 2021

the datetime object will be returned by the api. fastapi automatically represents it as a str in ISO 8601 format

https://fastapi.tiangolo.com/tutorial/extra-data-types/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants