Unix Epoch to Date/Time: Difference between revisions

From Visuino
Jump to navigation Jump to search
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..."
 
(No difference)

Latest revision as of 00:51, 14 September 2025

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