date
====

.. py:module:: date


Functions
---------

.. autoapisummary::

   date.timestamp_as_string
   date.utc_timestamp


Module Contents
---------------

.. py:function:: timestamp_as_string(value: None) -> None
                 timestamp_as_string(value: float) -> str

   Convert a timestamp into a human readable date/time.

   :param value: a timestamp or None
   :return: the string representing the timestamp or None if value is None


.. py:function:: utc_timestamp() -> int

   Return the number of seconds since epoch UTC.


