mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-12-03 02:58:27 +00:00
* Add logic to handle 3-digit and 4-digit numbers * Check if the number is 3 digits with the first digit between 0-9 and the last two digits between 00-60 * Check if the number is 4 digits with the first two digits between 00-24 and the last two digits between 00-59 * Convert the number into a time expression in the format 'HH:MM' if conditions are met