From 2f5b0533d8ab37e2d71304ea106020713d261c5a Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 23 Mar 2018 20:08:53 +0000 Subject: [PATCH] Added note to 'From UNIX Timestamp' op regarding date formats. --- src/core/config/OperationConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/config/OperationConfig.js b/src/core/config/OperationConfig.js index 6a8f5d3b..7eed4876 100755 --- a/src/core/config/OperationConfig.js +++ b/src/core/config/OperationConfig.js @@ -2417,7 +2417,7 @@ const OperationConfig = { }, "From UNIX Timestamp": { module: "Default", - description: "Converts a UNIX timestamp to a datetime string.

e.g. 978346800 becomes Mon 1 January 2001 11:00:00 UTC

A UNIX timestamp is a 32-bit value representing the number of seconds since January 1, 1970 UTC (the UNIX epoch).", + description: "Converts a UNIX timestamp to a datetime string.

e.g. 978346800 becomes Mon 1 January 2001 11:00:00 UTC

A UNIX timestamp is a 32-bit value representing the number of seconds since January 1, 1970 UTC (the UNIX epoch).

Note that this operation supports various date formats including the US 'MM/DD/YYYY' format, but not the international 'DD/MM/YYYY' format. For dates in this format, use the 'Translate DateTime format' operation instead.", inputType: "number", outputType: "string", args: [