dtm --- Date/time functions .. currentmodule:: src.elevaso_spine now ^^^ utc_now ~~~~~~~ The :meth:`elevaso_spine.dtm.now.utc_now` function allows you to get the current date & time in UTC with the time zone. Below is an example snippet that prints the current time with timezone. .. code-block:: python import elevaso_spine print(elevaso_spine.dtm.now.utc_now()) The output will look something like :code:`2024-03-13 18:50:09.252091+00:00`. .. autofunction:: elevaso_spine.dtm.now.utc_now