Skip to content

Commit

Permalink
Update views/aggregate-block-metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz authored Jun 5, 2024
1 parent bcd563b commit 6e32734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/aggregate-block-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"slug": "date-time",
"logo_url": "https://cdn.sanity.io/images/3ugk85nk/production/8b3da9a6621e92108b8e6a75b82e15374e170ff7-48x48.png",
"documentation_url": "https://docs.prefect.io/api-ref/prefect/blocks/system/#prefect.blocks.system.DateTime",
"description": "A block that represents a datetime",
"description": "A block that represents a datetime. Deprecated, please use Variables to store datetime data instead.",
"code_example": "Load a stored JSON value:\n```python\nfrom prefect.blocks.system import DateTime\n\ndata_time_block = DateTime.load(\"BLOCK_NAME\")\n```",
"block_schema": {
"checksum": "sha256:7943c88ca6ab22804082b595b9847d035a1364bdb23474c927317bcab9cb5d9c",
Expand Down

0 comments on commit 6e32734

Please sign in to comment.