# Datetime Utility Function ✨ *wrappers, utility for datetime module* ✨ ```{eval-rst} .. attention:: Source Code: `GH/dtutils `_ ```

The code [GitHub Gist](https://gist.github.com/ZenithClown/d2dd294c5f528459e16b139c04c0b182) is focused towards providing utility functions related to date and time objects. The recommended cloning syntax for the gist is as below: ```shell $ git clone https://gist.github.com/ZenithClown/d2dd294c5f528459e16b139c04c0b182.git dtutils ``` ## Datetime Wrapper ```{eval-rst} .. automodule:: datetime_ :members: :undoc-members: :show-inheritance: ```