summaryrefslogtreecommitdiff
path: root/src/libtipidee/tipidee_response_header_date_G.c
blob: 6d06d8171f5bc4eb46d822b7105bbaabc3522c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* ISC license. */

#include <skalibs/tai.h>

#include <tipidee/response.h>

size_t tipidee_response_header_date_G (char *s, size_t max)
{
  tain wstamp ;
  tain_wallclock_read(&wstamp) ;
  return tipidee_response_header_date(s, max, &wstamp) ;
}