Update ToFirefoxBrowserTimeStamp.mjs
This commit is contained in:
parent
a726d975f9
commit
55320d5734
@ -5,7 +5,6 @@
|
||||
*/
|
||||
|
||||
import Operation from "../Operation.mjs";
|
||||
import OperationError from "../errors/OperationError.mjs";
|
||||
import moment from "moment-timezone";
|
||||
|
||||
/**
|
||||
@ -28,7 +27,7 @@ class ToFirefoxBrowserTimestamp extends Operation {
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [
|
||||
{
|
||||
{
|
||||
"name": "Show parsed datetime",
|
||||
"type": "boolean",
|
||||
"value": true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user