Unix Epoch to Date/Time

From Visuino
Revision as of 00:51, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoUnixEpochToDateTime.png == Summary == The **Unix Epoch to Date/Time** component converts a Unix Epoch timestamp into a human-readable Date/Time value. It supports conversion from seconds or milliseconds since **January 1, 1970 (UTC)**. == Description == This component is commonly used for logging, displaying timestamps, and synchronizing with external systems. If the '''Milli Seconds''' property is enabled, the conversion includes millisecond prec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoUnixEpochToDateTime.png

Summary

The **Unix Epoch to Date/Time** component converts a Unix Epoch timestamp into a human-readable Date/Time value. It supports conversion from seconds or milliseconds since **January 1, 1970 (UTC)**.

Description

This component is commonly used for logging, displaying timestamps, and synchronizing with external systems. If the Milli Seconds property is enabled, the conversion includes millisecond precision; otherwise, it interprets the input as seconds only.

Diagram:

Properties

  • Milli Seconds (boolean) – When enabled, interprets the input as milliseconds instead of seconds.

Pins

Input Pins

  • in – Unix Epoch timestamp input.

Output Pins

  • out – Date/Time output value.

Categories