Moodle Plugins directory: Time | Moodle.org

Time
What does this plugin do
Time is a Moodle block to show the time and date to the user using an analogue clock. The time and date is user time, not the Moodle timezone or forced time from the site administration. The date is enabled by default with this update, please go to the settings of this block to disable it (Site administration > plugins > blocks > Time).
This block relies on the user location and gets the time for the user using JavaScript Date.
No setup required to make this block working. Just need to add it to a page and ready to go.
Next release
A digital clock to select from the settings page.
Contributing
Any type of contribution, suggestions, feature request is welcome.
Please create an issue in GitHub to discuss before doing a pull request.
Important
None of the user data or location is saved in this plugin.
Very nice clock, however the time in my pc is 22:00 with no DST, and in moodle it shows 23:00.
Sounds like a conflict with the timezone in your desktop and the actual time. This plugin relies on JavaScript date time, if the timezone has active DST it will rely on that.
If it didn't answer your query, please do not hesitate to create an issue in the tracker with information about the timezone and appopriate screenshot, will look into that.