date and time stamp, trying to get number exact number of days out of this
Open
- Dominant language
- JavaScript
- Stars
- 48.7k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
'use strict';
const tls = require('tls');
const socket = tls.connect({
host: 'site,
port: 443,
servername: 'site'
}, () => {
const peerCertificate = socket.getPeerCertificate();
console.log(peerCertificate);
socket.destroy();
});
socket.on('error', err => {
console.log('Error: ' + err.message);
});
socket.on('close', () => {
});
Contributor guide
Research direction
The issue contains only a malformed JavaScript TLS example and does not name a Day.js file, test, or entry point. First clarify whether a Day.js change is requested and define the expected exact-day behavior; no completion check can be identified from the current report.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100