A rather simple plugin that displays the time (and date, if you desire) on your status bar. I just made this to dabble with the Obsidian API as I migrate my notes to it.
You can select from a list of predefined time formats, or use a custom format that you can define youself, which you can find information about here.

grandfather.zip file<vault>/.obsidian/pluginsnpm i && npm run build to build the plugin file locallymanifest.json and dist/main.js to a new folder in your vault's plugin folder: <vault>/.obsidian/pluginsYou can also continue to develop and customize the plugin to your liking (it's still a simple clock though, so I'd be surprised honestly):
npm i to install dependenciesnpm run dev to run a watch script that'll automatically move changes to your plugins folderTEST_VAULT in rollup.config.dev.js to the vault you'll be testing the plugin on