diff --git a/packages/hoppscotch-data/src/predefinedVariables.ts b/packages/hoppscotch-data/src/predefinedVariables.ts index 07d219496..4da810ea5 100644 --- a/packages/hoppscotch-data/src/predefinedVariables.ts +++ b/packages/hoppscotch-data/src/predefinedVariables.ts @@ -28,11 +28,6 @@ export const HOPP_SUPPORTED_PREDEFINED_VARIABLES: PredefinedVariable[] = [ return guid }, }, - { - key: "$nowISO", - description: "Current date and time in ISO-8601 format.", - getValue: () => new Date().toISOString(), - }, { key: "$timestamp", description: "The current UNIX timestamp in seconds.",