mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Added note to 'From UNIX Timestamp' op regarding date formats.
This commit is contained in:
parent
5ece79c74d
commit
2f5b0533d8
@ -2417,7 +2417,7 @@ const OperationConfig = {
|
||||
},
|
||||
"From UNIX Timestamp": {
|
||||
module: "Default",
|
||||
description: "Converts a UNIX timestamp to a datetime string.<br><br>e.g. <code>978346800</code> becomes <code>Mon 1 January 2001 11:00:00 UTC</code><br><br>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.<br><br>e.g. <code>978346800</code> becomes <code>Mon 1 January 2001 11:00:00 UTC</code><br><br>A UNIX timestamp is a 32-bit value representing the number of seconds since January 1, 1970 UTC (the UNIX epoch).<br><br>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: [
|
||||
|
Loading…
Reference in New Issue
Block a user