Home
last modified time | relevance | path

Searched refs:utcDate (Results 1 - 3 of 3) sorted by relevance

/third_party/node/lib/internal/
H A Dhttp.js19 function utcDate() { function
57 utcDate,
/third_party/node/lib/
H A D_http_outgoing.js47 const { kOutHeaders, utcDate, kNeedDrain } = require('internal/http');
462 header += 'Date: ' + utcDate() + '\r\n';
/third_party/node/lib/internal/http2/
H A Dcore.js133 const { utcDate } = require('internal/http');
2446 headers[HTTP2_HEADER_DATE] = utcDate();

Completed in 5 milliseconds