commit | 0dbfdbaef1e78261b20c01674b5090cf2926d972 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jul 10 16:37:47 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 10 16:43:44 2014 +0200 |
tree | 0bc75af4de1590aee6079ebbf69acef5a155187c | |
parent | d9f316ab83d12cbb871cb42a408fbf7366307db3 [diff] |
MINOR: samples: add two converters for the date format This patch adds two converters : ltime(<format>[,<offset>]) utime(<format>[,<offset>]) Both use strftime() to emit the output string from an input date. ltime() provides local time, while utime() provides the UTC time.