pythonwrench.datetime module¶ pythonwrench.datetime.get_now(fmt: str = '%Y-%m-%dT%H:%M:%S') → str[source]¶ Returns current datetime as string with the specified format. pythonwrench.datetime.get_now_iso8601() → str[source]¶ Returns current datetime as string with the ISO8601 format.