[ ] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
[ ] I have read the CONTRIBUTING document.
[x] My code follows the code style of this project (see .code-style.md).
[x] All new and existing tests passed (see .testing.md).
[ ] I have added tests to cover my changes.
[x] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly (see .documentation.md).
Description
What is the current behavior?
In this pull request, I placed a pattern on functions import in datetime and used this new format in the conversion modules.
I also added examples in all the functions of the conversion modules.
Types of changes
.code-style.md
)..testing.md
)..documentation.md
).Description