Changes between Version 1 and Version 2 of Ticket #1441


Ignore:
Timestamp:
11/29/21 16:02:37 (2 years ago)
Author:
tct
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1441 – Description

    v1 v2  
    1919daemon_pid=2404662
    2020}}}
     21
     22This is the single occurrence of `time_unix` in the entire source (multi.c:1742):
     23{{{
     24    /* setenv connection time */
     25    {
     26        const char *created_ascii = time_string(mi->created, 0, false, &gc);
     27        setenv_str(mi->context.c2.es, "time_ascii", created_ascii);
     28        setenv_long_long(mi->context.c2.es, "time_unix", mi->created);
     29    }
     30}}}