Tasks with date and time support down to seconds
Tasks Datetime is an Obsidian task-management plugin with optional date and time support down to seconds. It keeps date-only task workflows compact while allowing precise task planning when time support is enabled.
Independent project. Tasks Datetime is independently maintained and is not affiliated with, endorsed by, or supported by the upstream Obsidian Tasks project or its maintainers.
The upstream project remains the date-only compatibility baseline. Tasks Datetime preserves that workflow and adds optional time-of-day and seconds precision for people whose planning needs cannot be represented by a calendar date alone. It is not presented as an official replacement for the upstream plugin.
YYYY-MM-DD HH:mm:ss task dates, a combined date and time picker, and compact date-only display when you need less detail.Until Tasks Datetime is accepted into the Obsidian Community Plugins directory, install it manually:
main.js, manifest.json, and styles.css from a release..obsidian/plugins/tasks-datetime/ in your vault.This project uses Node.js 22.23.1 and Yarn Classic:
fnm exec --using=22.23.1 corepack yarn install --frozen-lockfile
fnm exec --using=22.23.1 corepack yarn test --runInBand
fnm exec --using=22.23.1 corepack yarn build
Tasks Datetime is a modified derivative of obsidian-tasks-group/obsidian-tasks. It retains the upstream MIT license and its required copyright notice in LICENSE. See NOTICE for attribution, bundled-runtime notices, and the independent-project statement.
For a maintained inventory of the open-source runtime components, development tools, and documentation-vault plugins used by this project, see Open Source Acknowledgements.
Tasks Datetime reads and modifies task Markdown files inside the open Obsidian vault to render, query, create, and update tasks. It does not implement telemetry, analytics, automatic updates, external downloads, account sign-in, payments, or network requests. See PRIVACY.md for the reviewed scope and reporting route.
MIT. See LICENSE.