iamkun / iamkun/dayjs

date and time stamp, trying to get number exact number of days out of this

Open
#1,140 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.