mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 21:33:36 +00:00
Change output to 'html'
This commit is contained in:
@@ -24,7 +24,7 @@ class DateTimeDelta extends Operation {
|
|||||||
this.description = "Calculates a new DateTime value given an input DateTime value and a time difference (delta) from the input DateTime value.";
|
this.description = "Calculates a new DateTime value given an input DateTime value and a time difference (delta) from the input DateTime value.";
|
||||||
this.infoURL = "";
|
this.infoURL = "";
|
||||||
this.inputType = "string";
|
this.inputType = "string";
|
||||||
this.outputType = "string";
|
this.outputType = "html";
|
||||||
this.args = [
|
this.args = [
|
||||||
{
|
{
|
||||||
"name": "Built in formats",
|
"name": "Built in formats",
|
||||||
|
|||||||
Reference in New Issue
Block a user