{
  "author": "Voodflow",
  "license": "MIT",
  "description": "Format Date: Format and manipulate dates with timezone",
  "version": "1.0.0",
  "nodes": [
    {
      "id": "dummy_data_node-fd-ex-001",
      "type": "dummy_data_node",
      "position": { "x": -600, "y": -50 },
      "data": {
        "label": "Event Data",
        "description": "Record with a date field",
        "data_type": "json",
        "content": "{\n  \"event\": \"Workshop\",\n  \"created_at\": \"2026-04-01 14:30:00\",\n  \"organizer\": \"Alice\"\n}",
        "icon": "heroicon-o-document-arrow-down",
        "iconType": "heroicon",
        "color": "emerald",
        "display_name": "Dummy Data",
        "isNew": true,
        "isExpanded": true,
        "positioning": { "input": false, "output": true },
        "config": {
          "label": "Event Data",
          "data_type": "json",
          "content": "{\n  \"event\": \"Workshop\",\n  \"created_at\": \"2026-04-01 14:30:00\",\n  \"organizer\": \"Alice\"\n}",
          "positioning": { "input": false, "output": true },
          "isExpanded": true
        }
      },
      "measured": { "width": 450, "height": 380 }
    },
    {
      "id": "format_date-fd-ex-002",
      "type": "format_date",
      "position": { "x": 0, "y": -50 },
      "data": {
        "label": "Format Date IT",
        "description": "Convert to Italian format + add 30 days",
        "input_date": "{{created_at}}",
        "output_format": "d/m/Y H:i",
        "timezone": "Europe/Rome",
        "add_days": 30,
        "add_hours": 0,
        "add_minutes": 0,
        "icon": "heroicon-o-wrench-screwdriver",
        "iconType": "heroicon",
        "color": "emerald",
        "display_name": "Format Date",
        "isNew": true,
        "isExpanded": true,
        "config": {
          "label": "Format Date IT",
          "description": "Convert to Italian format + add 30 days",
          "input_date": "{{created_at}}",
          "output_format": "d/m/Y H:i",
          "timezone": "Europe/Rome",
          "add_days": 30,
          "add_hours": 0,
          "add_minutes": 0,
          "isExpanded": true
        }
      },
      "measured": { "width": 500, "height": 400 }
    },
    {
      "id": "data_viewer_node-fd-ex-003",
      "type": "data_viewer_node",
      "position": { "x": 650, "y": -50 },
      "data": {
        "label": "Formatted Date",
        "description": "Date reformatted and shifted",
        "view_mode": "auto",
        "icon": "heroicon-o-table-cells",
        "iconType": "heroicon",
        "color": "slate",
        "display_name": "Data Viewer",
        "isNew": true,
        "config": { "label": "Formatted Date", "view_mode": "auto" }
      },
      "measured": { "width": 450, "height": 300 }
    }
  ],
  "edges": [
    {
      "id": "edge-dummy-to-formatdate",
      "source": "dummy_data_node-fd-ex-001",
      "target": "format_date-fd-ex-002",
      "sourceHandle": null,
      "targetHandle": null,
      "style": { "stroke": "#64748b", "strokeWidth": 2 }
    },
    {
      "id": "edge-formatdate-to-viewer",
      "source": "format_date-fd-ex-002",
      "target": "data_viewer_node-fd-ex-003",
      "sourceHandle": null,
      "targetHandle": null,
      "style": { "stroke": "#64748b", "strokeWidth": 2 }
    }
  ],
  "viewport": { "x": 700, "y": 300, "zoom": 0.8 },
  "exportedAt": "2026-03-31T18:00:00.000Z",
  "voodflowVersion": "1.0.0"
}
