Many systems provide the facility (either by default, or by configuration) to log request duration in nanosecond resolution. In order to provide an optional but consistent approach to logging there should be the ability to log in the same resolution in gunicorn. Since Python 3.7 all clocks are able to provide times in this resolution. [ref](https://vstinner.github.io/python37-pep-564-nanoseconds.html)