mclocks 0.2.7 released

Published by

The latest release of mclocks, version 0.2.7, is an open-source application designed to display multiple clocks for different time zones. This feature is particularly useful for situations such as traveling or coordinating international meetings, where knowing the time in various locations is essential.

To set up multiple clocks, users need to modify a configuration file named config.json, which can be easily edited with any text editor like Notepad. An example configuration file includes time zone settings for New York and London, along with customizable options for date and time format, color, font size, and whether the clock should always be on top of other windows.

Here’s a sample of the config.json structure:
json{
"clocks": [
{ "name": "NY", "timezone": "America/New_York" },
{ "name": "London", "timezone": "Europe/London" }
],
"formatDateTime": "MM-DD ddd HH:mm",
"localeDateTime": "en",
"opacity": 1,
"fontColor": "#fff",
"fontSize": 14,
"bgColor": "#151",
"onlyText": false,
"alwaysOnTop": false
}

In addition to mclocks, users may find related guides helpful, such as how to display multiple clocks on Windows, troubleshoot incorrect date or time settings, or customize the taskbar clock in Windows 10 and 11.

To extend the functionality of mclocks, future updates could include features like customizable alarm settings for each clock, integration with calendar applications for automatic time zone adjustment during events, or even a mobile version for on-the-go access. Additionally, incorporating user feedback for more intuitive UI design could enhance the overall user experience

mclocks 0.2.7 released

mclocks is an Open Source app that allows you to display multiple time zone clocks.

mclocks 0.2.7 released @ MajorGeeks