extend Time class with string formatters
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Tue, 30 Jan 2018 09:24:03 +0000 (10:24 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Wed, 27 Mar 2019 09:31:38 +0000 (10:31 +0100)
commit72acd54c52bf6dd5f1d2f9c18e29deea41480a94
treeb15b6386af4138462fb4b18180a8c7b81de8a256
parentd70f7269cc1d4b389d82af625e092c0adab68ef0
extend Time class with string formatters

Add convenience member functions for the existing formatters.
Note that the make_*() group of functions all use
``localtime_r()`` internally so unit tests must be guarded by an
explicit time zone change to UTC.
src/timefunc.cpp
src/timefunc.hxx
test/test_timefunc.cpp