Skip to content

Humanize Node

Utils/DateTime

Describes how far a date lies from now, for example "3 days ago"

utils_datetime_humanizestd
Inputs2
Outputs3
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

2

Date

Date
date

Input Date

Reference

Date
reference

What to measure against. Leave empty for the current time

Output Pins

3

Text

String
text

Relative description of the distance

Is Past

Boolean
is_past

True when the date lies before the reference

Seconds

Integer
seconds

Signed distance in seconds, positive when the date is in the past

Node Info

Internal name
utils_datetime_humanize
Category
Utils/DateTime